Html Css Color HEX #FAD261 Dandelion

📋 copy color: '#FAD261'

red 250 ◦ green 210 ◦ blue 97

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

Shades of Dandelion #FAD261

Tints of Dandelion #FAD261

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.7%

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

R = 44.88%
G = 37.7%
B = 17.41%

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

#FAD261 (or 0xFAD261) is known color: Dandelion. HEX triplet: FA, D2 and 61. RGB value is (250,210,97). Sum of RGB (Red+Green+Blue) = 250+210+97=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 97 (38.28% from 255 or 17.41% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD261 is #052D9E. Grayscale: #D1D1D1. Windows color (decimal): -339359 or 6411002. OLE color: 6411002.

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

Color convert

RGB 250 210 97 -
CMYK 0 0.16 0.61 0.02
HSL 44.31º 0.94% 0.68% -
HSV(B) 44.31º 0.61% 0.98% -
XYZ 64.63 67.28 20.89 -
YUV 209.08 64.75 157.19 -
System Red Green Blue C M Y K H S L
Decimal 250 210 97 0 0.16 0.61 0.02 44.31 0.94 0.68
Hex FA D2 61 0 10 3D 2 2C 5E 44
Octal 372 322 141 0 20 75 2 54 136 104
Binary 11111010 11010010 1100001 0 10000 111101 10 101100 1011110 1000100

Color Harmonies of #FAD261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD261

Black with #FAD261

Text Example


Text Example

White with #FAD261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD261; }

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

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

background-color css

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

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

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

border-color css

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

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

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