Html Css Color HEX #FAD063 Dandelion

📋 copy color: '#FAD063'

red 250 ◦ green 208 ◦ blue 99

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

Shades of Dandelion #FAD063

Tints of Dandelion #FAD063

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.34%

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

R = 44.88%
G = 37.34%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAD063 (or 0xFAD063) is known color: Dandelion. HEX triplet: FA, D0 and 63. RGB value is (250,208,99). Sum of RGB (Red+Green+Blue) = 250+208+99=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 99 (39.06% from 255 or 17.77% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD063 is #052F9C. Grayscale: #D0D0D0. Windows color (decimal): -339869 or 6541562. OLE color: 6541562.

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

Color convert

RGB 250 208 99 -
CMYK 0 0.17 0.60 0.02
HSL 43.31º 0.94% 0.68% -
HSV(B) 43.31º 0.6% 0.98% -
XYZ 64.23 66.34 21.22 -
YUV 208.13 66.41 157.86 -
System Red Green Blue C M Y K H S L
Decimal 250 208 99 0 0.17 0.60 0.02 43.31 0.94 0.68
Hex FA D0 63 0 11 3C 2 2B 5E 44
Octal 372 320 143 0 21 74 2 53 136 104
Binary 11111010 11010000 1100011 0 10001 111100 10 101011 1011110 1000100

Color Harmonies of #FAD063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD063

Black with #FAD063

Text Example


Text Example

White with #FAD063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD063; }

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

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

background-color css

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

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

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

border-color css

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

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

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