Html Css Color HEX #FAD866 Dandelion

📋 copy color: '#FAD866'

red 250 ◦ green 216 ◦ blue 102

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

Shades of Dandelion #FAD866

Tints of Dandelion #FAD866

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.03%

 BLUE value IS 102 (40.23% from 255) = 17.96%

R = 44.01%
G = 38.03%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAD866 (or 0xFAD866) is known color: Dandelion. HEX triplet: FA, D8 and 66. RGB value is (250,216,102). Sum of RGB (Red+Green+Blue) = 250+216+102=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 102 (40.23% from 255 or 17.96% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD866 is #052799. Grayscale: #D5D5D5. Windows color (decimal): -337818 or 6740218. OLE color: 6740218.

HSL color Cylindrical-coordinate representation of color #FAD866: hue angle of 46.22º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAD866 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 216 102 -
CMYK 0 0.14 0.59 0.02
HSL 46.22º 0.94% 0.69% -
HSV(B) 46.22º 0.59% 0.98% -
XYZ 66.38 70.4 22.66 -
YUV 213.17 65.26 154.27 -
System Red Green Blue C M Y K H S L
Decimal 250 216 102 0 0.14 0.59 0.02 46.22 0.94 0.69
Hex FA D8 66 0 E 3B 2 2E 5E 45
Octal 372 330 146 0 16 73 2 56 136 105
Binary 11111010 11011000 1100110 0 1110 111011 10 101110 1011110 1000101

Color Harmonies of #FAD866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD866

Black with #FAD866

Text Example


Text Example

White with #FAD866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD866; }

 p { color: rgb(250,216,102); }

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

background-color css

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

 a { background-color: rgb(250,216,102); }

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

border-color css

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

 span { border-color: rgb(250,216,102); }

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