#FAD35B

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

Shades of Dandelion #FAD35B

Tints of Dandelion #FAD35B

Color information

#FAD35B (or 0xFAD35B) is unknown color: approx Dandelion. HEX triplet: FA, D3 and 5B. RGB value is (250,211,91). Sum of RGB (Red+Green+Blue) = 250+211+91=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 91 (35.94% from 255 or 16.49% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD35B is #052CA4. Grayscale: #D1D1D1. Windows color (decimal): -339109 or 6018042. OLE color: 6018042.

HSL color Cylindrical-coordinate representation of color #FAD35B: hue angle of 45.28º 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 #FAD35B is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB25021191-
CMYK00.160.640.02
HSL45.28º94.08%66.86%-
HSV(B)45.28º63.6%98.04%-
XYZ64.6167.6719.55-
YUV208.9861.42157.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.29%
GREEN value IS 211 (82.81% from 255) = 38.22%
BLUE value IS 91 (35.94% from 255) = 16.49%
R=45.29%
G=38.22%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502119100.160.640.0245.2894.0866.86
HexFAD35B0104022d5e43
Octal372323133020100255136103
Binary1111101011010011101101101000010000001010110110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD35B; }

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

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

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

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

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

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

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

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