Html Css Color HEX #FAD163 Dandelion

📋 copy color: '#FAD163'

red 250 ◦ green 209 ◦ blue 99

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

Shades of Dandelion #FAD163

Tints of Dandelion #FAD163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.74%

R = 44.8%
G = 37.46%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAD163 (or 0xFAD163) is known color: Dandelion. HEX triplet: FA, D1 and 63. RGB value is (250,209,99). Sum of RGB (Red+Green+Blue) = 250+209+99=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 99 (39.06% from 255 or 17.74% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD163 is #052E9C. Grayscale: #D1D1D1. Windows color (decimal): -339613 or 6541818. OLE color: 6541818.

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

Color convert

RGB 250 209 99 -
CMYK 0 0.16 0.60 0.02
HSL 43.71º 0.94% 0.68% -
HSV(B) 43.71º 0.6% 0.98% -
XYZ 64.48 66.83 21.3 -
YUV 208.72 66.08 157.44 -
System Red Green Blue C M Y K H S L
Decimal 250 209 99 0 0.16 0.60 0.02 43.71 0.94 0.68
Hex FA D1 63 0 10 3C 2 2C 5E 44
Octal 372 321 143 0 20 74 2 54 136 104
Binary 11111010 11010001 1100011 0 10000 111100 10 101100 1011110 1000100

Color Harmonies of #FAD163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD163

Black with #FAD163

Text Example


Text Example

White with #FAD163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD163; }

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

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

background-color css

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

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

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

border-color css

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

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

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