Html Css Color HEX #FCD306 Gold

📋 copy color: '#FCD306'

red 252 ◦ green 211 ◦ blue 6

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

Shades of Gold #FCD306

Tints of Gold #FCD306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.28%

R = 53.73%
G = 44.99%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCD306 (or 0xFCD306) is known color: Gold. HEX triplet: FC, D3 and 06. RGB value is (252,211,6). Sum of RGB (Red+Green+Blue) = 252+211+6=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 6 (2.73% from 255 or 1.28% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD306 is #032CF9. Grayscale: #C8C8C8. Windows color (decimal): -208122 or 447484. OLE color: 447484.

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

Color convert

RGB 252 211 6 -
CMYK 0 0.16 0.98 0.01
HSL 50º 0.98% 0.51% -
HSV(B) 50º 0.98% 0.99% -
XYZ 63.47 67.3 9.82 -
YUV 199.89 18.58 165.17 -
System Red Green Blue C M Y K H S L
Decimal 252 211 6 0 0.16 0.98 0.01 50 0.98 0.51
Hex FC D3 6 0 10 62 1 32 62 33
Octal 374 323 6 0 20 142 1 62 142 63
Binary 11111100 11010011 110 0 10000 1100010 1 110010 1100010 110011

Color Harmonies of #FCD306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD306

Black with #FCD306

Text Example


Text Example

White with #FCD306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD306; }

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

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

background-color css

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

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

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

border-color css

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

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

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