Html Css Color HEX #FAD503 Gold

📋 copy color: '#FAD503'

red 250 ◦ green 213 ◦ blue 3

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

Shades of Gold #FAD503

Tints of Gold #FAD503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.64%

R = 53.65%
G = 45.71%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAD503 (or 0xFAD503) is known color: Gold. HEX triplet: FA, D5 and 03. RGB value is (250,213,3). Sum of RGB (Red+Green+Blue) = 250+213+3=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 3 (1.56% from 255 or 0.64% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD503 is #052AFC. Grayscale: #C9C9C9. Windows color (decimal): -338685 or 251386. OLE color: 251386.

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

Color convert

RGB 250 213 3 -
CMYK 0 0.15 0.99 0.02
HSL 51.01º 0.98% 0.5% -
HSV(B) 51.01º 0.99% 0.98% -
XYZ 63.24 67.92 9.86 -
YUV 200.12 16.76 163.58 -
System Red Green Blue C M Y K H S L
Decimal 250 213 3 0 0.15 0.99 0.02 51.01 0.98 0.5
Hex FA D5 3 0 F 63 2 33 62 32
Octal 372 325 3 0 17 143 2 63 142 62
Binary 11111010 11010101 11 0 1111 1100011 10 110011 1100010 110010

Color Harmonies of #FAD503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD503

Black with #FAD503

Text Example


Text Example

White with #FAD503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD503; }

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

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

background-color css

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

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

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

border-color css

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

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

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