#FFD45F

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

Shades of Dandelion #FFD45F

Tints of Dandelion #FFD45F

Color information

#FFD45F (or 0xFFD45F) is unknown color: approx Dandelion. HEX triplet: FF, D4 and 5F. RGB value is (255,212,95). Sum of RGB (Red+Green+Blue) = 255+212+95=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 95 (37.5% from 255 or 16.90% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD45F is #002BA0. Grayscale: #D4D4D4. Windows color (decimal): -11169 or 6280447. OLE color: 6280447.

HSL color Cylindrical-coordinate representation of color #FFD45F: hue angle of 43.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFD45F is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB25521295-
CMYK00.170.630
HSL43.88º100%68.63%-
HSV(B)43.88º62.75%100%-
XYZ66.8569.1720.65-
YUV211.5262.25159.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 212 (83.20% from 255) = 37.72%
BLUE value IS 95 (37.5% from 255) = 16.90%
R=45.37%
G=37.72%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552129500.170.63043.8810068.63
HexFFD45F0113F02c6445
Octal37732413702177054144105
Binary11111111110101001011111010001111111010110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD45F; }

 p { color: rgb(255,212,95); }

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

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

 a { background-color: rgb(255,212,95); }

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

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

 span { border-color: rgb(255,212,95); }

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