#F0F672

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

Shades of Dolly #F0F672

Tints of Dolly #F0F672

Color information

#F0F672 (or 0xF0F672) is unknown color: approx Dolly. HEX triplet: F0, F6 and 72. RGB value is (240,246,114). Sum of RGB (Red+Green+Blue) = 240+246+114=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 246 (96.48% from 255 or 41% from 600); Blue value is 114 (44.92% from 255 or 19% from 600); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F672 is #0F098D. Grayscale: #E5E5E5. Windows color (decimal): -985486 or 7534320. OLE color: 7534320.

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

Color convert

RGB240246114-
CMYK0.0200.540.04
HSL62.73º88%70.59%-
HSV(B)62.73º53.66%96.47%-
XYZ71.9385.6528.66-
YUV229.1663.01135.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40%
GREEN value IS 246 (96.48% from 255) = 41%
BLUE value IS 114 (44.92% from 255) = 19%
R=40%
G=41%
B=19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402461140.0200.540.0462.738870.59
HexF0F672203643f5847
Octal3603661622066477130107
Binary1111000011110110111001010011011010011111110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F672; }

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

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

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

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

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

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

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

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