#F0F071

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

Shades of Dolly #F0F071

Tints of Dolly #F0F071

Color information

#F0F071 (or 0xF0F071) is unknown color: approx Dolly. HEX triplet: F0, F0 and 71. RGB value is (240,240,113). Sum of RGB (Red+Green+Blue) = 240+240+113=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 113 (44.53% from 255 or 19.06% from 593); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F071 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F071 is #0F0F8E. Grayscale: #E2E2E2. Windows color (decimal): -987023 or 7467248. OLE color: 7467248.

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

Color convert

RGB240240113-
CMYK000.530.06
HSL60º80.89%69.22%-
HSV(B)60º52.92%94.12%-
XYZ70.0882.0427.76-
YUV225.5264.5138.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 240 (94.14% from 255) = 40.47%
BLUE value IS 113 (44.53% from 255) = 19.06%
R=40.47%
G=40.47%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240240113000.530.066080.8969.22
HexF0F071003563c5145
Octal3603601610065674121105
Binary111100001111000011100010011010111011110010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F071; }

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

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

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

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

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

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

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

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