#F4F370

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

Shades of Dolly #F4F370

Tints of Dolly #F4F370

Color information

#F4F370 (or 0xF4F370) is unknown color: approx Dolly. HEX triplet: F4, F3 and 70. RGB value is (244,243,112). Sum of RGB (Red+Green+Blue) = 244+243+112=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 112 (44.14% from 255 or 18.70% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F370 is #0B0C8F. Grayscale: #E4E4E4. Windows color (decimal): -724112 or 7402484. OLE color: 7402484.

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

Color convert

RGB244243112-
CMYK00.000.540.04
HSL59.55º85.71%69.8%-
HSV(B)59.55º54.1%95.69%-
XYZ72.2884.527.83-
YUV228.3662.33139.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.73%
GREEN value IS 243 (95.31% from 255) = 40.57%
BLUE value IS 112 (44.14% from 255) = 18.70%
R=40.73%
G=40.57%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24424311200.000.540.0459.5585.7169.8
HexF4F370003643c5646
Octal3643631600066474126106
Binary111101001111001111100000011011010011110010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F370; }

 p { color: rgb(244,243,112); }

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

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

 a { background-color: rgb(244,243,112); }

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

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

 span { border-color: rgb(244,243,112); }

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