#FAD45B

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

Shades of Dandelion #FAD45B

Tints of Dandelion #FAD45B

Color information

#FAD45B (or 0xFAD45B) is unknown color: approx Dandelion. HEX triplet: FA, D4 and 5B. RGB value is (250,212,91). Sum of RGB (Red+Green+Blue) = 250+212+91=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 91 (35.94% from 255 or 16.46% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD45B is #052BA4. Grayscale: #D2D2D2. Windows color (decimal): -338853 or 6018298. OLE color: 6018298.

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

Color convert

RGB25021291-
CMYK00.150.640.02
HSL45.66º94.08%66.86%-
HSV(B)45.66º63.6%98.04%-
XYZ64.8668.1719.64-
YUV209.5761.09156.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.21%
GREEN value IS 212 (83.20% from 255) = 38.34%
BLUE value IS 91 (35.94% from 255) = 16.46%
R=45.21%
G=38.34%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502129100.150.640.0245.6694.0866.86
HexFAD45B0F4022e5e43
Octal372324133017100256136103
Binary111110101101010010110110111110000001010111010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD45B; }

 p { color: rgb(250,212,91); }

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

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

 a { background-color: rgb(250,212,91); }

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

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

 span { border-color: rgb(250,212,91); }

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