#F5D162

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

Shades of Dandelion #F5D162

Tints of Dandelion #F5D162

Color information

#F5D162 (or 0xF5D162) is unknown color: approx Dandelion. HEX triplet: F5, D1 and 62. RGB value is (245,209,98). Sum of RGB (Red+Green+Blue) = 245+209+98=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 98 (38.67% from 255 or 17.75% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D162 is #0A2E9D. Grayscale: #CFCFCF. Windows color (decimal): -667294 or 6476277. OLE color: 6476277.

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

Color convert

RGB24520998-
CMYK00.150.60.04
HSL45.31º88.02%67.25%-
HSV(B)45.31º60%96.08%-
XYZ62.6665.920.97-
YUV207.1166.43155.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.38%
GREEN value IS 209 (82.03% from 255) = 37.86%
BLUE value IS 98 (38.67% from 255) = 17.75%
R=44.38%
G=37.86%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.6
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452099800.150.60.0445.3188.0267.25
HexF5D1620F3C42d5843
Octal36532114201774455130103
Binary111101011101000111000100111111110010010110110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D162; }

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

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

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

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

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

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

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

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