#F5D460

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

Shades of Dandelion #F5D460

Tints of Dandelion #F5D460

Color information

#F5D460 (or 0xF5D460) is unknown color: approx Dandelion. HEX triplet: F5, D4 and 60. RGB value is (245,212,96). Sum of RGB (Red+Green+Blue) = 245+212+96=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D460 is #0A2B9F. Grayscale: #D1D1D1. Windows color (decimal): -666528 or 6345973. OLE color: 6345973.

HSL color Cylindrical-coordinate representation of color #F5D460: hue angle of 46.71º 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 #F5D460 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24521296-
CMYK00.130.610.04
HSL46.71º88.17%66.86%-
HSV(B)46.71º60.82%96.08%-
XYZ63.3167.3420.73-
YUV208.6464.43153.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.30%
GREEN value IS 212 (83.20% from 255) = 38.34%
BLUE value IS 96 (37.89% from 255) = 17.36%
R=44.30%
G=38.34%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452129600.130.610.0446.7188.1766.86
HexF5D4600D3D42f5843
Octal36532414001575457130103
Binary111101011101010011000000110111110110010111110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D460; }

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

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

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

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

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

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

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

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