Html Css Color HEX #FAD263 Dandelion

📋 copy color: '#FAD263'

red 250 ◦ green 210 ◦ blue 99

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

Shades of Dandelion #FAD263

Tints of Dandelion #FAD263

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.57%

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

R = 44.72%
G = 37.57%
B = 17.71%

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

#FAD263 (or 0xFAD263) is known color: Dandelion. HEX triplet: FA, D2 and 63. RGB value is (250,210,99). Sum of RGB (Red+Green+Blue) = 250+210+99=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 99 (39.06% from 255 or 17.71% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD263 is #052D9C. Grayscale: #D1D1D1. Windows color (decimal): -339357 or 6542074. OLE color: 6542074.

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

Color convert

RGB 250 210 99 -
CMYK 0 0.16 0.60 0.02
HSL 44.11º 0.94% 0.68% -
HSV(B) 44.11º 0.6% 0.98% -
XYZ 64.72 67.32 21.39 -
YUV 209.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 250 210 99 0 0.16 0.60 0.02 44.11 0.94 0.68
Hex FA D2 63 0 10 3C 2 2C 5E 44
Octal 372 322 143 0 20 74 2 54 136 104
Binary 11111010 11010010 1100011 0 10000 111100 10 101100 1011110 1000100

Color Harmonies of #FAD263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD263

Black with #FAD263

Text Example


Text Example

White with #FAD263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD263; }

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

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

background-color css

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

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

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

border-color css

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

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

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