#F5F46F

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

Shades of Dolly #F5F46F

Tints of Dolly #F5F46F

Color information

#F5F46F (or 0xF5F46F) is unknown color: approx Dolly. HEX triplet: F5, F4 and 6F. RGB value is (245,244,111). Sum of RGB (Red+Green+Blue) = 245+244+111=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 111 (43.75% from 255 or 18.5% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F46F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F46F is #0A0B90. Grayscale: #E5E5E5. Windows color (decimal): -658321 or 7337205. OLE color: 7337205.

HSL color Cylindrical-coordinate representation of color #F5F46F: hue angle of 59.55º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5F46F is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB245244111-
CMYK00.000.550.04
HSL59.55º87.01%69.8%-
HSV(B)59.55º54.69%96.08%-
XYZ72.8885.2627.66-
YUV229.1461.33139.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.83%
GREEN value IS 244 (95.70% from 255) = 40.67%
BLUE value IS 111 (43.75% from 255) = 18.5%
R=40.83%
G=40.67%
B=18.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524411100.000.550.0459.5587.0169.8
HexF5F46F003743c5746
Octal3653641570067474127106
Binary111101011111010011011110011011110011110010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F46F; }

 p { color: rgb(245,244,111); }

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

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

 a { background-color: rgb(245,244,111); }

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

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

 span { border-color: rgb(245,244,111); }

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