#F6F872

Color #F6F872 Dolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolly #F6F872

Tints of Dolly #F6F872

Color information

#F6F872 (or 0xF6F872) is unknown color: approx Dolly. HEX triplet: F6, F8 and 72. RGB value is (246,248,114). Sum of RGB (Red+Green+Blue) = 246+248+114=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 114 (44.92% from 255 or 18.75% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #F6F872 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F872 is #09078D. Grayscale: #E8E8E8. Windows color (decimal): -591758 or 7534838. OLE color: 7534838.

HSL color Cylindrical-coordinate representation of color #F6F872: hue angle of 60.9º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6F872 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB246248114-
CMYK0.0100.540.03
HSL60.9º90.54%70.98%-
HSV(B)60.9º54.03%97.25%-
XYZ74.6187.9428.96-
YUV232.1361.34137.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 40.46%
GREEN value IS 248 (97.27% from 255) = 40.79%
BLUE value IS 114 (44.92% from 255) = 18.75%
R=40.46%
G=40.79%
B=18.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2462481140.0100.540.0360.990.5470.98
HexF6F872103633d5b47
Octal3663701621066375133107
Binary11110110111110001110010101101101111110110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F872; }

 p { color: rgb(246,248,114); }

 H1.HeaderClassName
 {
   color: #F6F872;
 }
 .AnyTagClassName
 {
   color: #F6F872;
 }
</style>
background-color css

<style>
 a { background-color: #F6F872; }

 a { background-color: rgb(246,248,114); }

 div.DivClassName
 {
   background-color: #F6F872;
 }
 .BgClassName
 {
   background-color: #F6F872;
 }
</style>
border-color css

<style>
 span { border-color: #F6F872; }

 span { border-color: rgb(246,248,114); }

 td.TdClassName
 {
   border-color: #F6F872;
 }
 .TagClassName
 {
   border-color: #F6F872;
 }
</style>