Html Css Color HEX #FAD505 Gold

📋 copy color: '#FAD505'

red 250 ◦ green 213 ◦ blue 5

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

Shades of Gold #FAD505

Tints of Gold #FAD505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 53.42%
G = 45.51%
B = 1.07%

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

#FAD505 (or 0xFAD505) is known color: Gold. HEX triplet: FA, D5 and 05. RGB value is (250,213,5). Sum of RGB (Red+Green+Blue) = 250+213+5=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 5 (2.34% from 255 or 1.07% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD505 is #052AFA. Grayscale: #C9C9C9. Windows color (decimal): -338683 or 382458. OLE color: 382458.

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

Color convert

RGB 250 213 5 -
CMYK 0 0.15 0.98 0.02
HSL 50.94º 0.96% 0.5% -
HSV(B) 50.94º 0.98% 0.98% -
XYZ 63.25 67.92 9.92 -
YUV 200.35 17.76 163.41 -
System Red Green Blue C M Y K H S L
Decimal 250 213 5 0 0.15 0.98 0.02 50.94 0.96 0.5
Hex FA D5 5 0 F 62 2 33 60 32
Octal 372 325 5 0 17 142 2 63 140 62
Binary 11111010 11010101 101 0 1111 1100010 10 110011 1100000 110010

Color Harmonies of #FAD505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD505

Black with #FAD505

Text Example


Text Example

White with #FAD505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD505; }

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

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

background-color css

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

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

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

border-color css

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

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

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