#FAD35D

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

Shades of Dandelion #FAD35D

Tints of Dandelion #FAD35D

Color information

#FAD35D (or 0xFAD35D) is unknown color: approx Dandelion. HEX triplet: FA, D3 and 5D. RGB value is (250,211,93). Sum of RGB (Red+Green+Blue) = 250+211+93=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 93 (36.72% from 255 or 16.79% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD35D is #052CA2. Grayscale: #D1D1D1. Windows color (decimal): -339107 or 6149114. OLE color: 6149114.

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

Color convert

RGB25021193-
CMYK00.160.630.02
HSL45.1º94.01%67.25%-
HSV(B)45.1º62.8%98.04%-
XYZ64.6967.720.01-
YUV209.2162.42157.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.13%
GREEN value IS 211 (82.81% from 255) = 38.09%
BLUE value IS 93 (36.72% from 255) = 16.79%
R=45.13%
G=38.09%
B=16.79%

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
Decimal2502119300.160.630.0245.194.0167.25
HexFAD35D0103F22d5e43
Octal37232313502077255136103
Binary111110101101001110111010100001111111010110110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD35D; }

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

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

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

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

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

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

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

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