Html Css Color HEX #FAD504 Gold

📋 copy color: '#FAD504'

red 250 ◦ green 213 ◦ blue 4

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

Shades of Gold #FAD504

Tints of Gold #FAD504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.86%

R = 53.53%
G = 45.61%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAD504 (or 0xFAD504) is known color: Gold. HEX triplet: FA, D5 and 04. RGB value is (250,213,4). Sum of RGB (Red+Green+Blue) = 250+213+4=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 4 (1.95% from 255 or 0.86% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD504 is #052AFB. Grayscale: #C9C9C9. Windows color (decimal): -338684 or 316922. OLE color: 316922.

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

Color convert

RGB 250 213 4 -
CMYK 0 0.15 0.98 0.02
HSL 50.98º 0.97% 0.5% -
HSV(B) 50.98º 0.98% 0.98% -
XYZ 63.24 67.92 9.89 -
YUV 200.24 17.26 163.49 -
System Red Green Blue C M Y K H S L
Decimal 250 213 4 0 0.15 0.98 0.02 50.98 0.97 0.5
Hex FA D5 4 0 F 62 2 33 61 32
Octal 372 325 4 0 17 142 2 63 141 62
Binary 11111010 11010101 100 0 1111 1100010 10 110011 1100001 110010

Color Harmonies of #FAD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD504

Black with #FAD504

Text Example


Text Example

White with #FAD504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD504; }

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

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

background-color css

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

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

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

border-color css

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

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

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