#F0F97B

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

Shades of Dolly #F0F97B

Tints of Dolly #F0F97B

Color information

#F0F97B (or 0xF0F97B) is unknown color: approx Dolly. HEX triplet: F0, F9 and 7B. RGB value is (240,249,123). Sum of RGB (Red+Green+Blue) = 240+249+123=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 123 (48.44% from 255 or 20.10% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F97B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F97B is #0F0684. Grayscale: #E8E8E8. Windows color (decimal): -984709 or 8124912. OLE color: 8124912.

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

Color convert

RGB240249123-
CMYK0.0400.510.02
HSL64.29º91.3%72.94%-
HSV(B)64.29º50.6%97.65%-
XYZ73.3987.7131.8-
YUV231.9466.52133.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.22%
GREEN value IS 249 (97.66% from 255) = 40.69%
BLUE value IS 123 (48.44% from 255) = 20.10%
R=39.22%
G=40.69%
B=20.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402491230.0400.510.0264.2991.372.94
HexF0F97B40332405b49
Octal36037117340632100133111
Binary11110000111110011111011100011001110100000010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F97B; }

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

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

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

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

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

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

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

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