#F3ED70

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

Shades of Dolly #F3ED70

Tints of Dolly #F3ED70

Color information

#F3ED70 (or 0xF3ED70) is unknown color: approx Dolly. HEX triplet: F3, ED and 70. RGB value is (243,237,112). Sum of RGB (Red+Green+Blue) = 243+237+112=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 112 (44.14% from 255 or 18.92% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ED70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3ED70 is #0C128F. Grayscale: #E1E1E1. Windows color (decimal): -791184 or 7400947. OLE color: 7400947.

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

Color convert

RGB243237112-
CMYK00.020.540.05
HSL57.25º84.52%69.61%-
HSV(B)57.25º53.91%95.29%-
XYZ70.1780.7927.23-
YUV224.5464.49141.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.05%
GREEN value IS 237 (92.97% from 255) = 40.03%
BLUE value IS 112 (44.14% from 255) = 18.92%
R=41.05%
G=40.03%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323711200.020.540.0557.2584.5269.61
HexF3ED7002365395546
Octal3633551600266571125106
Binary1111001111101101111000001011011010111100110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ED70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ED70; }

 p { color: rgb(243,237,112); }

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

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

 a { background-color: rgb(243,237,112); }

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

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

 span { border-color: rgb(243,237,112); }

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