#F5D160

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

Shades of Dandelion #F5D160

Tints of Dandelion #F5D160

Color information

#F5D160 (or 0xF5D160) is unknown color: approx Dandelion. HEX triplet: F5, D1 and 60. RGB value is (245,209,96). Sum of RGB (Red+Green+Blue) = 245+209+96=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 96 (37.89% from 255 or 17.45% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D160 is #0A2E9F. Grayscale: #CFCFCF. Windows color (decimal): -667296 or 6345205. OLE color: 6345205.

HSL color Cylindrical-coordinate representation of color #F5D160: hue angle of 45.5º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5D160 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24520996-
CMYK00.150.610.04
HSL45.5º88.17%66.86%-
HSV(B)45.5º60.82%96.08%-
XYZ62.5765.8620.48-
YUV206.8865.43155.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.55%
GREEN value IS 209 (82.03% from 255) = 38%
BLUE value IS 96 (37.89% from 255) = 17.45%
R=44.55%
G=38%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452099600.150.610.0445.588.1766.86
HexF5D1600F3D42e5843
Octal36532114001775456130103
Binary111101011101000111000000111111110110010111010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D160; }

 p { color: rgb(245,209,96); }

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

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

 a { background-color: rgb(245,209,96); }

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

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

 span { border-color: rgb(245,209,96); }

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