Html Css Color HEX #FCD402 Gold

📋 copy color: '#FCD402'

red 252 ◦ green 212 ◦ blue 2

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

Shades of Gold #FCD402

Tints of Gold #FCD402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 54.08%
G = 45.49%
B = 0.43%

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

#FCD402 (or 0xFCD402) is known color: Gold. HEX triplet: FC, D4 and 02. RGB value is (252,212,2). Sum of RGB (Red+Green+Blue) = 252+212+2=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 2 (1.17% from 255 or 0.43% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD402 is #032BFD. Grayscale: #C8C8C8. Windows color (decimal): -207870 or 185596. OLE color: 185596.

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

Color convert

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

Color Harmonies of #FCD402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD402

Black with #FCD402

Text Example


Text Example

White with #FCD402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD402; }

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

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

background-color css

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

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

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

border-color css

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

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

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