Html Css Color HEX #FAD203 Gold

📋 copy color: '#FAD203'

red 250 ◦ green 210 ◦ blue 3

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

Shades of Gold #FAD203

Tints of Gold #FAD203

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.36%

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

R = 54%
G = 45.36%
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

#FAD203 (or 0xFAD203) is known color: Gold. HEX triplet: FA, D2 and 03. RGB value is (250,210,3). Sum of RGB (Red+Green+Blue) = 250+210+3=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 3 (1.56% from 255 or 0.65% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD203 is #052DFC. Grayscale: #C7C7C7. Windows color (decimal): -339453 or 250618. OLE color: 250618.

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

Color convert

RGB 250 210 3 -
CMYK 0 0.16 0.99 0.02
HSL 50.28º 0.98% 0.5% -
HSV(B) 50.28º 0.99% 0.98% -
XYZ 62.49 66.42 9.61 -
YUV 198.36 17.75 164.83 -
System Red Green Blue C M Y K H S L
Decimal 250 210 3 0 0.16 0.99 0.02 50.28 0.98 0.5
Hex FA D2 3 0 10 63 2 32 62 32
Octal 372 322 3 0 20 143 2 62 142 62
Binary 11111010 11010010 11 0 10000 1100011 10 110010 1100010 110010

Color Harmonies of #FAD203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD203

Black with #FAD203

Text Example


Text Example

White with #FAD203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD203; }

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

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

background-color css

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

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

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

border-color css

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

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

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