#F0F96A

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

Shades of Dolly #F0F96A

Tints of Dolly #F0F96A

Color information

#F0F96A (or 0xF0F96A) is unknown color: approx Dolly. HEX triplet: F0, F9 and 6A. RGB value is (240,249,106). Sum of RGB (Red+Green+Blue) = 240+249+106=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 106 (41.80% from 255 or 17.82% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F96A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F96A is #0F0695. Grayscale: #E6E6E6. Windows color (decimal): -984726 or 7010800. OLE color: 7010800.

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

Color convert

RGB240249106-
CMYK0.0400.570.02
HSL63.78º92.26%69.61%-
HSV(B)63.78º57.43%97.65%-
XYZ72.4187.3226.67-
YUV230.0158.02135.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 249 (97.66% from 255) = 41.85%
BLUE value IS 106 (41.80% from 255) = 17.82%
R=40.34%
G=41.85%
B=17.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402491060.0400.570.0263.7892.2669.61
HexF0F96A40392405c46
Octal36037115240712100134106
Binary11110000111110011101010100011100110100000010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F96A; }

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

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

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

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

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

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

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

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