Html Css Color HEX #FAD500 Gold

📋 copy color: '#FAD500'

red 250 ◦ green 213 ◦ blue 0

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

Shades of Gold #FAD500

Tints of Gold #FAD500

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46%

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

R = 54%
G = 46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAD500 (or 0xFAD500) is known color: Gold. HEX triplet: FA, D5 and 00. RGB value is (250,213,0). Sum of RGB (Red+Green+Blue) = 250+213+0=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD500 is #052AFF. Grayscale: #C8C8C8. Windows color (decimal): -338688 or 54778. OLE color: 54778.

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

Color convert

RGB 250 213 0 -
CMYK 0 0.15 1 0.02
HSL 51.12º 1% 0.49% -
HSV(B) 51.12º 1% 0.98% -
XYZ 63.22 67.91 9.78 -
YUV 199.78 15.26 163.82 -
System Red Green Blue C M Y K H S L
Decimal 250 213 0 0 0.15 1 0.02 51.12 1 0.49
Hex FA D5 0 0 F 64 2 33 64 31
Octal 372 325 0 0 17 144 2 63 144 61
Binary 11111010 11010101 0 0 1111 1100100 10 110011 1100100 110001

Color Harmonies of #FAD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD500

Black with #FAD500

Text Example


Text Example

White with #FAD500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD500; }

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

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

background-color css

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

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

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

border-color css

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

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

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