#F0F370

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

Shades of Dolly #F0F370

Tints of Dolly #F0F370

Color information

#F0F370 (or 0xF0F370) is unknown color: approx Dolly. HEX triplet: F0, F3 and 70. RGB value is (240,243,112). Sum of RGB (Red+Green+Blue) = 240+243+112=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 112 (44.14% from 255 or 18.82% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F370 is #0F0C8F. Grayscale: #E3E3E3. Windows color (decimal): -986256 or 7402480. OLE color: 7402480.

HSL color Cylindrical-coordinate representation of color #F0F370: hue angle of 61.37º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0F370 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB240243112-
CMYK0.0100.540.05
HSL61.37º84.52%69.61%-
HSV(B)61.37º53.91%95.29%-
XYZ70.9183.827.77-
YUV227.1763.01137.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 243 (95.31% from 255) = 40.84%
BLUE value IS 112 (44.14% from 255) = 18.82%
R=40.34%
G=40.84%
B=18.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402431120.0100.540.0561.3784.5269.61
HexF0F370103653d5546
Octal3603631601066575125106
Binary111100001111001111100001011011010111110110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F370; }

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

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

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

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

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

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

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

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