Html Css Color HEX #FAD301 Gold

📋 copy color: '#FAD301'

red 250 ◦ green 211 ◦ blue 1

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

Shades of Gold #FAD301

Tints of Gold #FAD301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 54.11%
G = 45.67%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAD301 (or 0xFAD301) is known color: Gold. HEX triplet: FA, D3 and 01. RGB value is (250,211,1). Sum of RGB (Red+Green+Blue) = 250+211+1=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 1 (0.78% from 255 or 0.22% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD301 is #052CFE. Grayscale: #C7C7C7. Windows color (decimal): -339199 or 119802. OLE color: 119802.

HSL color Cylindrical-coordinate representation of color #FAD301: hue angle of 50.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAD301 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 211 1 -
CMYK 0 0.16 1.00 0.02
HSL 50.6º 0.99% 0.49% -
HSV(B) 50.6º 1% 0.98% -
XYZ 62.72 66.91 9.64 -
YUV 198.72 16.42 164.58 -
System Red Green Blue C M Y K H S L
Decimal 250 211 1 0 0.16 1.00 0.02 50.6 0.99 0.49
Hex FA D3 1 0 10 64 2 33 63 31
Octal 372 323 1 0 20 144 2 63 143 61
Binary 11111010 11010011 1 0 10000 1100100 10 110011 1100011 110001

Color Harmonies of #FAD301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD301

Black with #FAD301

Text Example


Text Example

White with #FAD301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD301; }

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

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

background-color css

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

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

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

border-color css

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

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

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