Html Css Color HEX #FAD309 Gold

📋 copy color: '#FAD309'

red 250 ◦ green 211 ◦ blue 9

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

Shades of Gold #FAD309

Tints of Gold #FAD309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.91%

R = 53.19%
G = 44.89%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAD309 (or 0xFAD309) is known color: Gold. HEX triplet: FA, D3 and 09. RGB value is (250,211,9). Sum of RGB (Red+Green+Blue) = 250+211+9=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 9 (3.91% from 255 or 1.91% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD309 is #052CF6. Grayscale: #C8C8C8. Windows color (decimal): -339191 or 644090. OLE color: 644090.

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

Color convert

RGB 250 211 9 -
CMYK 0 0.16 0.96 0.02
HSL 50.29º 0.96% 0.51% -
HSV(B) 50.29º 0.96% 0.98% -
XYZ 62.77 66.93 9.87 -
YUV 199.63 20.42 163.93 -
System Red Green Blue C M Y K H S L
Decimal 250 211 9 0 0.16 0.96 0.02 50.29 0.96 0.51
Hex FA D3 9 0 10 60 2 32 60 33
Octal 372 323 11 0 20 140 2 62 140 63
Binary 11111010 11010011 1001 0 10000 1100000 10 110010 1100000 110011

Color Harmonies of #FAD309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD309

Black with #FAD309

Text Example


Text Example

White with #FAD309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD309; }

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

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

background-color css

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

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

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

border-color css

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

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

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