#F0F07A

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

Shades of Dolly #F0F07A

Tints of Dolly #F0F07A

Color information

#F0F07A (or 0xF0F07A) is unknown color: approx Dolly. HEX triplet: F0, F0 and 7A. RGB value is (240,240,122). Sum of RGB (Red+Green+Blue) = 240+240+122=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 122 (48.05% from 255 or 20.27% from 602); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F07A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F07A is #0F0F85. Grayscale: #E3E3E3. Windows color (decimal): -987014 or 8057072. OLE color: 8057072.

HSL color Cylindrical-coordinate representation of color #F0F07A: hue angle of 60º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0F07A is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB240240122-
CMYK000.490.06
HSL60º79.73%70.98%-
HSV(B)60º49.17%94.12%-
XYZ70.6182.2530.57-
YUV226.5569137.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 240 (94.14% from 255) = 39.87%
BLUE value IS 122 (48.05% from 255) = 20.27%
R=39.87%
G=39.87%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240240122000.490.066079.7370.98
HexF0F07A003163c5047
Octal3603601720061674120107
Binary111100001111000011110100011000111011110010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F07A; }

 p { color: rgb(240,240,122); }

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

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

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

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

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

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

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