Html Css Color HEX #FAD566 Dandelion

📋 copy color: '#FAD566'

red 250 ◦ green 213 ◦ blue 102

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

Shades of Dandelion #FAD566

Tints of Dandelion #FAD566

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.7%

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

R = 44.25%
G = 37.7%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAD566 (or 0xFAD566) is known color: Dandelion. HEX triplet: FA, D5 and 66. RGB value is (250,213,102). Sum of RGB (Red+Green+Blue) = 250+213+102=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 102 (40.23% from 255 or 18.05% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD566 is #052A99. Grayscale: #D3D3D3. Windows color (decimal): -338586 or 6739450. OLE color: 6739450.

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

Color convert

RGB 250 213 102 -
CMYK 0 0.15 0.59 0.02
HSL 45º 0.94% 0.69% -
HSV(B) 45º 0.59% 0.98% -
XYZ 65.62 68.87 22.41 -
YUV 211.41 66.26 155.53 -
System Red Green Blue C M Y K H S L
Decimal 250 213 102 0 0.15 0.59 0.02 45 0.94 0.69
Hex FA D5 66 0 F 3B 2 2D 5E 45
Octal 372 325 146 0 17 73 2 55 136 105
Binary 11111010 11010101 1100110 0 1111 111011 10 101101 1011110 1000101

Color Harmonies of #FAD566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD566

Black with #FAD566

Text Example


Text Example

White with #FAD566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD566; }

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

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

background-color css

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

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

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

border-color css

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

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

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