Html Css Color HEX #FAD308 Gold

📋 copy color: '#FAD308'

red 250 ◦ green 211 ◦ blue 8

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

Shades of Gold #FAD308

Tints of Gold #FAD308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.71%

R = 53.3%
G = 44.99%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAD308 (or 0xFAD308) is known color: Gold. HEX triplet: FA, D3 and 08. RGB value is (250,211,8). Sum of RGB (Red+Green+Blue) = 250+211+8=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 8 (3.52% from 255 or 1.71% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD308 is #052CF7. Grayscale: #C8C8C8. Windows color (decimal): -339192 or 578554. OLE color: 578554.

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

Color convert

RGB 250 211 8 -
CMYK 0 0.16 0.97 0.02
HSL 50.33º 0.96% 0.51% -
HSV(B) 50.33º 0.97% 0.98% -
XYZ 62.76 66.93 9.84 -
YUV 199.52 19.92 164.01 -
System Red Green Blue C M Y K H S L
Decimal 250 211 8 0 0.16 0.97 0.02 50.33 0.96 0.51
Hex FA D3 8 0 10 61 2 32 60 33
Octal 372 323 10 0 20 141 2 62 140 63
Binary 11111010 11010011 1000 0 10000 1100001 10 110010 1100000 110011

Color Harmonies of #FAD308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD308

Black with #FAD308

Text Example


Text Example

White with #FAD308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD308; }

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

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

background-color css

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

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

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

border-color css

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

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

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