Html Css Color HEX #FAD162 Dandelion

📋 copy color: '#FAD162'

red 250 ◦ green 209 ◦ blue 98

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

Shades of Dandelion #FAD162

Tints of Dandelion #FAD162

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.52%

 BLUE value IS 98 (38.67% from 255) = 17.59%

R = 44.88%
G = 37.52%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAD162 (or 0xFAD162) is known color: Dandelion. HEX triplet: FA, D1 and 62. RGB value is (250,209,98). Sum of RGB (Red+Green+Blue) = 250+209+98=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 98 (38.67% from 255 or 17.59% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD162 is #052E9D. Grayscale: #D1D1D1. Windows color (decimal): -339614 or 6476282. OLE color: 6476282.

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

Color convert

RGB 250 209 98 -
CMYK 0 0.16 0.61 0.02
HSL 43.82º 0.94% 0.68% -
HSV(B) 43.82º 0.61% 0.98% -
XYZ 64.43 66.81 21.05 -
YUV 208.61 65.58 157.53 -
System Red Green Blue C M Y K H S L
Decimal 250 209 98 0 0.16 0.61 0.02 43.82 0.94 0.68
Hex FA D1 62 0 10 3D 2 2C 5E 44
Octal 372 321 142 0 20 75 2 54 136 104
Binary 11111010 11010001 1100010 0 10000 111101 10 101100 1011110 1000100

Color Harmonies of #FAD162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD162

Black with #FAD162

Text Example


Text Example

White with #FAD162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD162; }

 p { color: rgb(250,209,98); }

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

background-color css

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

 a { background-color: rgb(250,209,98); }

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

border-color css

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

 span { border-color: rgb(250,209,98); }

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