Html Css Color HEX #FAD703 Gold

📋 copy color: '#FAD703'

red 250 ◦ green 215 ◦ blue 3

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

Shades of Gold #FAD703

Tints of Gold #FAD703

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.94%

 BLUE value IS 3 (1.56% from 255) = 0.64%

R = 53.42%
G = 45.94%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAD703 (or 0xFAD703) is known color: Gold. HEX triplet: FA, D7 and 03. RGB value is (250,215,3). Sum of RGB (Red+Green+Blue) = 250+215+3=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 3 (1.56% from 255 or 0.64% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD703 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD703 is #0528FC. Grayscale: #CACACA. Windows color (decimal): -338173 or 251898. OLE color: 251898.

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

Color convert

RGB 250 215 3 -
CMYK 0 0.14 0.99 0.02
HSL 51.5º 0.98% 0.5% -
HSV(B) 51.5º 0.99% 0.98% -
XYZ 63.74 68.93 10.03 -
YUV 201.3 16.1 162.74 -
System Red Green Blue C M Y K H S L
Decimal 250 215 3 0 0.14 0.99 0.02 51.5 0.98 0.5
Hex FA D7 3 0 E 63 2 33 62 32
Octal 372 327 3 0 16 143 2 63 142 62
Binary 11111010 11010111 11 0 1110 1100011 10 110011 1100010 110010

Color Harmonies of #FAD703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD703

Black with #FAD703

Text Example


Text Example

White with #FAD703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD703; }

 p { color: rgb(250,215,3); }

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

background-color css

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

 a { background-color: rgb(250,215,3); }

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

border-color css

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

 span { border-color: rgb(250,215,3); }

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