Html Css Color HEX #FAD408 Gold

📋 copy color: '#FAD408'

red 250 ◦ green 212 ◦ blue 8

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

Shades of Gold #FAD408

Tints of Gold #FAD408

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.11%

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

R = 53.19%
G = 45.11%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAD408 (or 0xFAD408) is known color: Gold. HEX triplet: FA, D4 and 08. RGB value is (250,212,8). Sum of RGB (Red+Green+Blue) = 250+212+8=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 8 (3.52% from 255 or 1.70% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD408 is #052BF7. Grayscale: #C8C8C8. Windows color (decimal): -338936 or 578810. OLE color: 578810.

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

Color convert

RGB 250 212 8 -
CMYK 0 0.15 0.97 0.02
HSL 50.58º 0.96% 0.51% -
HSV(B) 50.58º 0.97% 0.98% -
XYZ 63.01 67.43 9.92 -
YUV 200.11 19.59 163.59 -
System Red Green Blue C M Y K H S L
Decimal 250 212 8 0 0.15 0.97 0.02 50.58 0.96 0.51
Hex FA D4 8 0 F 61 2 33 60 33
Octal 372 324 10 0 17 141 2 63 140 63
Binary 11111010 11010100 1000 0 1111 1100001 10 110011 1100000 110011

Color Harmonies of #FAD408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD408

Black with #FAD408

Text Example


Text Example

White with #FAD408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD408; }

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

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

background-color css

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

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

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

border-color css

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

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

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