Html Css Color HEX #FAD311 Gold

📋 copy color: '#FAD311'

red 250 ◦ green 211 ◦ blue 17

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

Shades of Gold #FAD311

Tints of Gold #FAD311

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.14%

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

R = 52.3%
G = 44.14%
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

#FAD311 (or 0xFAD311) is known color: Gold. HEX triplet: FA, D3 and 11. RGB value is (250,211,17). Sum of RGB (Red+Green+Blue) = 250+211+17=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 17 (7.03% from 255 or 3.56% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD311 is #052CEE. Grayscale: #C9C9C9. Windows color (decimal): -339183 or 1168378. OLE color: 1168378.

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

Color convert

RGB 250 211 17 -
CMYK 0 0.16 0.93 0.02
HSL 49.96º 0.96% 0.52% -
HSV(B) 49.96º 0.93% 0.98% -
XYZ 62.82 66.95 10.14 -
YUV 200.55 24.42 163.27 -
System Red Green Blue C M Y K H S L
Decimal 250 211 17 0 0.16 0.93 0.02 49.96 0.96 0.52
Hex FA D3 11 0 10 5D 2 32 60 34
Octal 372 323 21 0 20 135 2 62 140 64
Binary 11111010 11010011 10001 0 10000 1011101 10 110010 1100000 110100

Color Harmonies of #FAD311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD311

Black with #FAD311

Text Example


Text Example

White with #FAD311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD311; }

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

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

background-color css

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

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

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

border-color css

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

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

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