#F2E868

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

Shades of Dolly #F2E868

Tints of Dolly #F2E868

Color information

#F2E868 (or 0xF2E868) is unknown color: approx Dolly. HEX triplet: F2, E8 and 68. RGB value is (242,232,104). Sum of RGB (Red+Green+Blue) = 242+232+104=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 104 (41.02% from 255 or 17.99% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E868 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E868 is #0D1797. Grayscale: #DCDCDC. Windows color (decimal): -858008 or 6875378. OLE color: 6875378.

HSL color Cylindrical-coordinate representation of color #F2E868: hue angle of 55.65º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2E868 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB242232104-
CMYK00.040.570.05
HSL55.65º84.15%67.84%-
HSV(B)55.65º57.02%94.9%-
XYZ67.9777.5924.49-
YUV220.462.31143.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.87%
GREEN value IS 232 (91.02% from 255) = 40.14%
BLUE value IS 104 (41.02% from 255) = 17.99%
R=41.87%
G=40.14%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223210400.040.570.0555.6584.1567.84
HexF2E86804395385444
Octal3623501500471570124104
Binary11110010111010001101000010011100110111100010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E868; }

 p { color: rgb(242,232,104); }

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

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

 a { background-color: rgb(242,232,104); }

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

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

 span { border-color: rgb(242,232,104); }

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