Html Css Color HEX #FCD302 Gold

📋 copy color: '#FCD302'

red 252 ◦ green 211 ◦ blue 2

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

Shades of Gold #FCD302

Tints of Gold #FCD302

RGB

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

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

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

R = 54.19%
G = 45.38%
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

#FCD302 (or 0xFCD302) is known color: Gold. HEX triplet: FC, D3 and 02. RGB value is (252,211,2). Sum of RGB (Red+Green+Blue) = 252+211+2=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD302 is #032CFD. Grayscale: #C8C8C8. Windows color (decimal): -208126 or 185340. OLE color: 185340.

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

Color convert

RGB 252 211 2 -
CMYK 0 0.16 0.99 0.01
HSL 50.16º 0.98% 0.5% -
HSV(B) 50.16º 0.99% 0.99% -
XYZ 63.45 67.29 9.7 -
YUV 199.43 16.58 165.49 -
System Red Green Blue C M Y K H S L
Decimal 252 211 2 0 0.16 0.99 0.01 50.16 0.98 0.5
Hex FC D3 2 0 10 63 1 32 62 32
Octal 374 323 2 0 20 143 1 62 142 62
Binary 11111100 11010011 10 0 10000 1100011 1 110010 1100010 110010

Color Harmonies of #FCD302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD302

Black with #FCD302

Text Example


Text Example

White with #FCD302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD302; }

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

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

background-color css

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

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

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

border-color css

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

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

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