#F0FC73

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

Shades of Dolly #F0FC73

Tints of Dolly #F0FC73

Color information

#F0FC73 (or 0xF0FC73) is unknown color: approx Dolly. HEX triplet: F0, FC and 73. RGB value is (240,252,115). Sum of RGB (Red+Green+Blue) = 240+252+115=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 115 (45.31% from 255 or 18.95% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC73 is #0F038C. Grayscale: #E9E9E9. Windows color (decimal): -983949 or 7601392. OLE color: 7601392.

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

Color convert

RGB240252115-
CMYK0.0500.540.01
HSL65.26º95.8%71.96%-
HSV(B)65.26º54.37%98.82%-
XYZ73.8489.3829.58-
YUV232.7961.52133.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 252 (98.83% from 255) = 41.52%
BLUE value IS 115 (45.31% from 255) = 18.95%
R=39.54%
G=41.52%
B=18.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402521150.0500.540.0165.2695.871.96
HexF0FC7350361416048
Octal36037416350661101140110
Binary1111000011111100111001110101101101100000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FC73; }

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

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

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

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

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

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

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

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