#F4E86A

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

Shades of Dolly #F4E86A

Tints of Dolly #F4E86A

Color information

#F4E86A (or 0xF4E86A) is unknown color: approx Dolly. HEX triplet: F4, E8 and 6A. RGB value is (244,232,106). Sum of RGB (Red+Green+Blue) = 244+232+106=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 106 (41.80% from 255 or 18.21% from 582); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E86A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4E86A is #0B1795. Grayscale: #DDDDDD. Windows color (decimal): -726934 or 7006452. OLE color: 7006452.

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

Color convert

RGB244232106-
CMYK00.050.570.04
HSL54.78º86.25%68.63%-
HSV(B)54.78º56.56%95.69%-
XYZ68.7777.9925.06-
YUV221.2262.98144.25-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.92%
GREEN value IS 232 (91.02% from 255) = 39.86%
BLUE value IS 106 (41.80% from 255) = 18.21%
R=41.92%
G=39.86%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423210600.050.570.0454.7886.2568.63
HexF4E86A05394375645
Octal3643501520571467126105
Binary11110100111010001101010010111100110011011110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E86A; }

 p { color: rgb(244,232,106); }

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

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

 a { background-color: rgb(244,232,106); }

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

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

 span { border-color: rgb(244,232,106); }

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