#F5F06A

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

Shades of Dolly #F5F06A

Tints of Dolly #F5F06A

Color information

#F5F06A (or 0xF5F06A) is unknown color: approx Dolly. HEX triplet: F5, F0 and 6A. RGB value is (245,240,106). Sum of RGB (Red+Green+Blue) = 245+240+106=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 106 (41.80% from 255 or 17.94% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F06A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F06A is #0A0F95. Grayscale: #E2E2E2. Windows color (decimal): -659350 or 7008501. OLE color: 7008501.

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

Color convert

RGB245240106-
CMYK00.020.570.04
HSL57.84º87.42%68.82%-
HSV(B)57.84º56.73%96.08%-
XYZ71.4282.7725.85-
YUV226.2260.16141.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.46%
GREEN value IS 240 (94.14% from 255) = 40.61%
BLUE value IS 106 (41.80% from 255) = 17.94%
R=41.46%
G=40.61%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524010600.020.570.0457.8487.4268.82
HexF5F06A023943a5745
Octal3653601520271472127105
Binary1111010111110000110101001011100110011101010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F06A; }

 p { color: rgb(245,240,106); }

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

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

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

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

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

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

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