Html Css Color HEX #FAD669 Dandelion

📋 copy color: '#FAD669'

red 250 ◦ green 214 ◦ blue 105

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

Shades of Dandelion #FAD669

Tints of Dandelion #FAD669

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.61%

 BLUE value IS 105 (41.41% from 255) = 18.45%

R = 43.94%
G = 37.61%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAD669 (or 0xFAD669) is known color: Dandelion. HEX triplet: FA, D6 and 69. RGB value is (250,214,105). Sum of RGB (Red+Green+Blue) = 250+214+105=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 105 (41.41% from 255 or 18.45% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD669 is #052996. Grayscale: #D4D4D4. Windows color (decimal): -338327 or 6936314. OLE color: 6936314.

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

Color convert

RGB 250 214 105 -
CMYK 0 0.14 0.58 0.02
HSL 45.1º 0.94% 0.7% -
HSV(B) 45.1º 0.58% 0.98% -
XYZ 66.02 69.44 23.29 -
YUV 212.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 250 214 105 0 0.14 0.58 0.02 45.1 0.94 0.7
Hex FA D6 69 0 E 3A 2 2D 5E 46
Octal 372 326 151 0 16 72 2 55 136 106
Binary 11111010 11010110 1101001 0 1110 111010 10 101101 1011110 1000110

Color Harmonies of #FAD669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD669

Black with #FAD669

Text Example


Text Example

White with #FAD669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD669; }

 p { color: rgb(250,214,105); }

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

background-color css

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

 a { background-color: rgb(250,214,105); }

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

border-color css

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

 span { border-color: rgb(250,214,105); }

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