Html Css Color HEX #FAD15D Dandelion

📋 copy color: '#FAD15D'

red 250 ◦ green 209 ◦ blue 93

#FAD15D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dandelion #FAD15D

Tints of Dandelion #FAD15D

RGB

 RED value IS 250 (98.05% from 255) = 45.29%

 GREEN value IS 209 (82.03% from 255) = 37.86%

 BLUE value IS 93 (36.72% from 255) = 16.85%

R = 45.29%
G = 37.86%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FAD15D (or 0xFAD15D) is known color: Dandelion. HEX triplet: FA, D1 and 5D. RGB value is (250,209,93). Sum of RGB (Red+Green+Blue) = 250+209+93=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD15D is #052EA2. Grayscale: #D0D0D0. Windows color (decimal): -339619 or 6148602. OLE color: 6148602.

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

Color convert

RGB 250 209 93 -
CMYK 0 0.16 0.63 0.02
HSL 44.33º 0.94% 0.67% -
HSV(B) 44.33º 0.63% 0.98% -
XYZ 64.2 66.72 19.85 -
YUV 208.04 63.08 157.93 -
System Red Green Blue C M Y K H S L
Decimal 250 209 93 0 0.16 0.63 0.02 44.33 0.94 0.67
Hex FA D1 5D 0 10 3F 2 2C 5E 43
Octal 372 321 135 0 20 77 2 54 136 103
Binary 11111010 11010001 1011101 0 10000 111111 10 101100 1011110 1000011

Color Harmonies of #FAD15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD15D

Black with #FAD15D

Text Example


Text Example

White with #FAD15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD15D; }

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

 H1.HeaderClassName
 {
   color: #FAD15D;
 }
 .AnyTagClassName
 {
   color: #FAD15D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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