#FAD25D

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

Shades of Dandelion #FAD25D

Tints of Dandelion #FAD25D

Color information

#FAD25D (or 0xFAD25D) is unknown color: approx Dandelion. HEX triplet: FA, D2 and 5D. RGB value is (250,210,93). Sum of RGB (Red+Green+Blue) = 250+210+93=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD25D is #052DA2. Grayscale: #D1D1D1. Windows color (decimal): -339363 or 6148858. OLE color: 6148858.

HSL color Cylindrical-coordinate representation of color #FAD25D: hue angle of 44.71º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAD25D is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB25021093-
CMYK00.160.630.02
HSL44.71º94.01%67.25%-
HSV(B)44.71º62.8%98.04%-
XYZ64.4567.2119.93-
YUV208.6262.75157.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.21%
GREEN value IS 210 (82.42% from 255) = 37.97%
BLUE value IS 93 (36.72% from 255) = 16.82%
R=45.21%
G=37.97%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502109300.160.630.0244.7194.0167.25
HexFAD25D0103F22d5e43
Octal37232213502077255136103
Binary111110101101001010111010100001111111010110110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD25D; }

 p { color: rgb(250,210,93); }

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

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

 a { background-color: rgb(250,210,93); }

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

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

 span { border-color: rgb(250,210,93); }

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