Html Css Color HEX #FCD403 Gold

📋 copy color: '#FCD403'

red 252 ◦ green 212 ◦ blue 3

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

Shades of Gold #FCD403

Tints of Gold #FCD403

RGB

 RED value IS 252 (98.83% from 255) = 53.96%

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

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

R = 53.96%
G = 45.4%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCD403 (or 0xFCD403) is known color: Gold. HEX triplet: FC, D4 and 03. RGB value is (252,212,3). Sum of RGB (Red+Green+Blue) = 252+212+3=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 3 (1.56% from 255 or 0.64% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD403 is #032BFC. Grayscale: #C9C9C9. Windows color (decimal): -207869 or 251132. OLE color: 251132.

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

Color convert

RGB 252 212 3 -
CMYK 0 0.16 0.99 0.01
HSL 50.36º 0.98% 0.5% -
HSV(B) 50.36º 0.99% 0.99% -
XYZ 63.7 67.79 9.81 -
YUV 200.13 16.75 164.99 -
System Red Green Blue C M Y K H S L
Decimal 252 212 3 0 0.16 0.99 0.01 50.36 0.98 0.5
Hex FC D4 3 0 10 63 1 32 62 32
Octal 374 324 3 0 20 143 1 62 142 62
Binary 11111100 11010100 11 0 10000 1100011 1 110010 1100010 110010

Color Harmonies of #FCD403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD403

Black with #FCD403

Text Example


Text Example

White with #FCD403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD403; }

 p { color: rgb(252,212,3); }

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

background-color css

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

 a { background-color: rgb(252,212,3); }

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

border-color css

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

 span { border-color: rgb(252,212,3); }

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