Html Css Color HEX #FAD300 Gold

📋 copy color: '#FAD300'

red 250 ◦ green 211 ◦ blue 0

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

Shades of Gold #FAD300

Tints of Gold #FAD300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.23%
G = 45.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAD300 (or 0xFAD300) is known color: Gold. HEX triplet: FA, D3 and 00. RGB value is (250,211,0). Sum of RGB (Red+Green+Blue) = 250+211+0=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD300 is #052CFF. Grayscale: #C7C7C7. Windows color (decimal): -339200 or 54266. OLE color: 54266.

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

Color convert

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

Color Harmonies of #FAD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD300

Black with #FAD300

Text Example


Text Example

White with #FAD300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD300; }

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

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

background-color css

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

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

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

border-color css

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

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

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