Html Css Color HEX #FAD667 Dandelion

📋 copy color: '#FAD667'

red 250 ◦ green 214 ◦ blue 103

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

Shades of Dandelion #FAD667

Tints of Dandelion #FAD667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.17%

R = 44.09%
G = 37.74%
B = 18.17%

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

#FAD667 (or 0xFAD667) is known color: Dandelion. HEX triplet: FA, D6 and 67. RGB value is (250,214,103). Sum of RGB (Red+Green+Blue) = 250+214+103=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 103 (40.62% from 255 or 18.17% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD667 is #052998. Grayscale: #D4D4D4. Windows color (decimal): -338329 or 6805242. OLE color: 6805242.

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

Color convert

RGB 250 214 103 -
CMYK 0 0.14 0.59 0.02
HSL 45.31º 0.94% 0.69% -
HSV(B) 45.31º 0.59% 0.98% -
XYZ 65.92 69.4 22.75 -
YUV 212.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 250 214 103 0 0.14 0.59 0.02 45.31 0.94 0.69
Hex FA D6 67 0 E 3B 2 2D 5E 45
Octal 372 326 147 0 16 73 2 55 136 105
Binary 11111010 11010110 1100111 0 1110 111011 10 101101 1011110 1000101

Color Harmonies of #FAD667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD667

Black with #FAD667

Text Example


Text Example

White with #FAD667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD667; }

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

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

background-color css

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

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

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

border-color css

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

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

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