Html Css Color HEX #FAD461 Dandelion

📋 copy color: '#FAD461'

red 250 ◦ green 212 ◦ blue 97

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

Shades of Dandelion #FAD461

Tints of Dandelion #FAD461

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.92%

 BLUE value IS 97 (38.28% from 255) = 17.35%

R = 44.72%
G = 37.92%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAD461 (or 0xFAD461) is known color: Dandelion. HEX triplet: FA, D4 and 61. RGB value is (250,212,97). Sum of RGB (Red+Green+Blue) = 250+212+97=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 97 (38.28% from 255 or 17.35% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD461 is #052B9E. Grayscale: #D2D2D2. Windows color (decimal): -338847 or 6411514. OLE color: 6411514.

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

Color convert

RGB 250 212 97 -
CMYK 0 0.15 0.61 0.02
HSL 45.1º 0.94% 0.68% -
HSV(B) 45.1º 0.61% 0.98% -
XYZ 65.13 68.27 21.05 -
YUV 210.25 64.09 156.35 -
System Red Green Blue C M Y K H S L
Decimal 250 212 97 0 0.15 0.61 0.02 45.1 0.94 0.68
Hex FA D4 61 0 F 3D 2 2D 5E 44
Octal 372 324 141 0 17 75 2 55 136 104
Binary 11111010 11010100 1100001 0 1111 111101 10 101101 1011110 1000100

Color Harmonies of #FAD461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD461

Black with #FAD461

Text Example


Text Example

White with #FAD461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD461; }

 p { color: rgb(250,212,97); }

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

background-color css

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

 a { background-color: rgb(250,212,97); }

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

border-color css

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

 span { border-color: rgb(250,212,97); }

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