#F0FA6A

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

Shades of Dolly #F0FA6A

Tints of Dolly #F0FA6A

Color information

#F0FA6A (or 0xF0FA6A) is unknown color: approx Dolly. HEX triplet: F0, FA and 6A. RGB value is (240,250,106). Sum of RGB (Red+Green+Blue) = 240+250+106=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 106 (41.80% from 255 or 17.79% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FA6A is #0F0595. Grayscale: #E7E7E7. Windows color (decimal): -984470 or 7011056. OLE color: 7011056.

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

Color convert

RGB240250106-
CMYK0.0400.580.02
HSL64.17º93.51%69.8%-
HSV(B)64.17º57.6%98.04%-
XYZ72.7287.9426.78-
YUV230.5957.69134.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 250 (98.05% from 255) = 41.95%
BLUE value IS 106 (41.80% from 255) = 17.79%
R=40.27%
G=41.95%
B=17.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402501060.0400.580.0264.1793.5169.8
HexF0FA6A403A2405e46
Octal36037215240722100136106
Binary11110000111110101101010100011101010100000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FA6A; }

 p { color: rgb(240,250,106); }

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

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

 a { background-color: rgb(240,250,106); }

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

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

 span { border-color: rgb(240,250,106); }

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