#F2E770

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

Shades of Dolly #F2E770

Tints of Dolly #F2E770

Color information

#F2E770 (or 0xF2E770) is unknown color: approx Dolly. HEX triplet: F2, E7 and 70. RGB value is (242,231,112). Sum of RGB (Red+Green+Blue) = 242+231+112=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E770 is #0D188F. Grayscale: #DDDDDD. Windows color (decimal): -858256 or 7399410. OLE color: 7399410.

HSL color Cylindrical-coordinate representation of color #F2E770: hue angle of 54.92º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2E770 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB242231112-
CMYK00.050.540.05
HSL54.92º83.33%69.41%-
HSV(B)54.92º53.72%94.9%-
XYZ68.1277.226.64-
YUV220.7266.64143.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 231 (90.62% from 255) = 39.49%
BLUE value IS 112 (44.14% from 255) = 19.15%
R=41.37%
G=39.49%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223111200.050.540.0554.9283.3369.41
HexF2E77005365375345
Octal3623471600566567123105
Binary11110010111001111110000010111011010111011110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E770; }

 p { color: rgb(242,231,112); }

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

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

 a { background-color: rgb(242,231,112); }

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

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

 span { border-color: rgb(242,231,112); }

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