Html Css Color HEX #FAD366 Dandelion

📋 copy color: '#FAD366'

red 250 ◦ green 211 ◦ blue 102

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

Shades of Dandelion #FAD366

Tints of Dandelion #FAD366

RGB

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

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

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

R = 44.4%
G = 37.48%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAD366 (or 0xFAD366) is known color: Dandelion. HEX triplet: FA, D3 and 66. RGB value is (250,211,102). Sum of RGB (Red+Green+Blue) = 250+211+102=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 102 (40.23% from 255 or 18.12% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD366 is #052C99. Grayscale: #D2D2D2. Windows color (decimal): -339098 or 6738938. OLE color: 6738938.

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

Color convert

RGB 250 211 102 -
CMYK 0 0.16 0.59 0.02
HSL 44.19º 0.94% 0.69% -
HSV(B) 44.19º 0.59% 0.98% -
XYZ 65.12 67.87 22.24 -
YUV 210.24 66.92 156.36 -
System Red Green Blue C M Y K H S L
Decimal 250 211 102 0 0.16 0.59 0.02 44.19 0.94 0.69
Hex FA D3 66 0 10 3B 2 2C 5E 45
Octal 372 323 146 0 20 73 2 54 136 105
Binary 11111010 11010011 1100110 0 10000 111011 10 101100 1011110 1000101

Color Harmonies of #FAD366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD366

Black with #FAD366

Text Example


Text Example

White with #FAD366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD366; }

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

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

background-color css

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

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

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

border-color css

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

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

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