Html Css Color HEX #FAD363 Dandelion

📋 copy color: '#FAD363'

red 250 ◦ green 211 ◦ blue 99

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

Shades of Dandelion #FAD363

Tints of Dandelion #FAD363

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.68%

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

R = 44.64%
G = 37.68%
B = 17.68%

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

#FAD363 (or 0xFAD363) is known color: Dandelion. HEX triplet: FA, D3 and 63. RGB value is (250,211,99). Sum of RGB (Red+Green+Blue) = 250+211+99=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 99 (39.06% from 255 or 17.68% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD363 is #052C9C. Grayscale: #D2D2D2. Windows color (decimal): -339101 or 6542330. OLE color: 6542330.

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

Color convert

RGB 250 211 99 -
CMYK 0 0.16 0.60 0.02
HSL 44.5º 0.94% 0.68% -
HSV(B) 44.5º 0.6% 0.98% -
XYZ 64.97 67.81 21.47 -
YUV 209.89 65.42 156.61 -
System Red Green Blue C M Y K H S L
Decimal 250 211 99 0 0.16 0.60 0.02 44.5 0.94 0.68
Hex FA D3 63 0 10 3C 2 2D 5E 44
Octal 372 323 143 0 20 74 2 55 136 104
Binary 11111010 11010011 1100011 0 10000 111100 10 101101 1011110 1000100

Color Harmonies of #FAD363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD363

Black with #FAD363

Text Example


Text Example

White with #FAD363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD363; }

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

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

background-color css

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

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

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

border-color css

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

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

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