Html Css Color HEX #FAD963 Dandelion

📋 copy color: '#FAD963'

red 250 ◦ green 217 ◦ blue 99

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

Shades of Dandelion #FAD963

Tints of Dandelion #FAD963

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.34%

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

R = 44.17%
G = 38.34%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAD963 (or 0xFAD963) is known color: Dandelion. HEX triplet: FA, D9 and 63. RGB value is (250,217,99). Sum of RGB (Red+Green+Blue) = 250+217+99=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 99 (39.06% from 255 or 17.49% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD963 is #05269C. Grayscale: #D5D5D5. Windows color (decimal): -337565 or 6543866. OLE color: 6543866.

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

Color convert

RGB 250 217 99 -
CMYK 0 0.13 0.60 0.02
HSL 46.89º 0.94% 0.68% -
HSV(B) 46.89º 0.6% 0.98% -
XYZ 66.49 70.85 21.98 -
YUV 213.42 63.43 154.09 -
System Red Green Blue C M Y K H S L
Decimal 250 217 99 0 0.13 0.60 0.02 46.89 0.94 0.68
Hex FA D9 63 0 D 3C 2 2F 5E 44
Octal 372 331 143 0 15 74 2 57 136 104
Binary 11111010 11011001 1100011 0 1101 111100 10 101111 1011110 1000100

Color Harmonies of #FAD963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD963

Black with #FAD963

Text Example


Text Example

White with #FAD963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD963; }

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

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

background-color css

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

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

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

border-color css

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

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

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