Html Css Color HEX #FAD211 Gold

📋 copy color: '#FAD211'

red 250 ◦ green 210 ◦ blue 17

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

Shades of Gold #FAD211

Tints of Gold #FAD211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.56%

R = 52.41%
G = 44.03%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAD211 (or 0xFAD211) is known color: Gold. HEX triplet: FA, D2 and 11. RGB value is (250,210,17). Sum of RGB (Red+Green+Blue) = 250+210+17=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 17 (7.03% from 255 or 3.56% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD211 is #052DEE. Grayscale: #C8C8C8. Windows color (decimal): -339439 or 1168122. OLE color: 1168122.

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

Color convert

RGB 250 210 17 -
CMYK 0 0.16 0.93 0.02
HSL 49.7º 0.96% 0.52% -
HSV(B) 49.7º 0.93% 0.98% -
XYZ 62.57 66.46 10.06 -
YUV 199.96 24.75 163.69 -
System Red Green Blue C M Y K H S L
Decimal 250 210 17 0 0.16 0.93 0.02 49.7 0.96 0.52
Hex FA D2 11 0 10 5D 2 32 60 34
Octal 372 322 21 0 20 135 2 62 140 64
Binary 11111010 11010010 10001 0 10000 1011101 10 110010 1100000 110100

Color Harmonies of #FAD211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD211

Black with #FAD211

Text Example


Text Example

White with #FAD211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD211; }

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

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

background-color css

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

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

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

border-color css

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

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

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