Html Css Color HEX #FAD164 Dandelion

📋 copy color: '#FAD164'

red 250 ◦ green 209 ◦ blue 100

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

Shades of Dandelion #FAD164

Tints of Dandelion #FAD164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.89%

R = 44.72%
G = 37.39%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAD164 (or 0xFAD164) is known color: Dandelion. HEX triplet: FA, D1 and 64. RGB value is (250,209,100). Sum of RGB (Red+Green+Blue) = 250+209+100=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 100 (39.45% from 255 or 17.89% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD164 is #052E9B. Grayscale: #D1D1D1. Windows color (decimal): -339612 or 6607354. OLE color: 6607354.

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

Color convert

RGB 250 209 100 -
CMYK 0 0.16 0.6 0.02
HSL 43.6º 0.94% 0.69% -
HSV(B) 43.6º 0.6% 0.98% -
XYZ 64.53 66.85 21.56 -
YUV 208.83 66.58 157.36 -
System Red Green Blue C M Y K H S L
Decimal 250 209 100 0 0.16 0.6 0.02 43.6 0.94 0.69
Hex FA D1 64 0 10 3C 2 2C 5E 45
Octal 372 321 144 0 20 74 2 54 136 105
Binary 11111010 11010001 1100100 0 10000 111100 10 101100 1011110 1000101

Color Harmonies of #FAD164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD164

Black with #FAD164

Text Example


Text Example

White with #FAD164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD164; }

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

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

background-color css

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

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

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

border-color css

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

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

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