Html Css Color HEX #FAD303 Gold

📋 copy color: '#FAD303'

red 250 ◦ green 211 ◦ blue 3

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

Shades of Gold #FAD303

Tints of Gold #FAD303

RGB

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

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

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

R = 53.88%
G = 45.47%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAD303 (or 0xFAD303) is known color: Gold. HEX triplet: FA, D3 and 03. RGB value is (250,211,3). Sum of RGB (Red+Green+Blue) = 250+211+3=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 3 (1.56% from 255 or 0.65% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD303 is #052CFC. Grayscale: #C7C7C7. Windows color (decimal): -339197 or 250874. OLE color: 250874.

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

Color convert

RGB 250 211 3 -
CMYK 0 0.16 0.99 0.02
HSL 50.53º 0.98% 0.5% -
HSV(B) 50.53º 0.99% 0.98% -
XYZ 62.74 66.92 9.7 -
YUV 198.95 17.42 164.41 -
System Red Green Blue C M Y K H S L
Decimal 250 211 3 0 0.16 0.99 0.02 50.53 0.98 0.5
Hex FA D3 3 0 10 63 2 33 62 32
Octal 372 323 3 0 20 143 2 63 142 62
Binary 11111010 11010011 11 0 10000 1100011 10 110011 1100010 110010

Color Harmonies of #FAD303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD303

Black with #FAD303

Text Example


Text Example

White with #FAD303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD303; }

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

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

background-color css

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

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

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

border-color css

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

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

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