#F0F973

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

Shades of Dolly #F0F973

Tints of Dolly #F0F973

Color information

#F0F973 (or 0xF0F973) is unknown color: approx Dolly. HEX triplet: F0, F9 and 73. RGB value is (240,249,115). Sum of RGB (Red+Green+Blue) = 240+249+115=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 115 (45.31% from 255 or 19.04% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F973 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F973 is #0F068C. Grayscale: #E7E7E7. Windows color (decimal): -984717 or 7600624. OLE color: 7600624.

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

Color convert

RGB240249115-
CMYK0.0400.540.02
HSL64.03º91.78%71.37%-
HSV(B)64.03º53.82%97.65%-
XYZ72.9187.5129.27-
YUV231.0362.52134.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 249 (97.66% from 255) = 41.23%
BLUE value IS 115 (45.31% from 255) = 19.04%
R=39.74%
G=41.23%
B=19.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402491150.0400.540.0264.0391.7871.37
HexF0F97340362405c47
Octal36037116340662100134107
Binary11110000111110011110011100011011010100000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F973; }

 p { color: rgb(240,249,115); }

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

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

 a { background-color: rgb(240,249,115); }

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

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

 span { border-color: rgb(240,249,115); }

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