Html Css Color HEX #FCD509 Gold

📋 copy color: '#FCD509'

red 252 ◦ green 213 ◦ blue 9

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

Shades of Gold #FCD509

Tints of Gold #FCD509

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.94%

 BLUE value IS 9 (3.91% from 255) = 1.9%

R = 53.16%
G = 44.94%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCD509 (or 0xFCD509) is known color: Gold. HEX triplet: FC, D5 and 09. RGB value is (252,213,9). Sum of RGB (Red+Green+Blue) = 252+213+9=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 9 (3.91% from 255 or 1.90% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD509 is #032AF6. Grayscale: #CACACA. Windows color (decimal): -207607 or 644604. OLE color: 644604.

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

Color convert

RGB 252 213 9 -
CMYK 0 0.15 0.96 0.01
HSL 50.37º 0.98% 0.51% -
HSV(B) 50.37º 0.96% 0.99% -
XYZ 63.99 68.3 10.07 -
YUV 201.41 19.42 164.09 -
System Red Green Blue C M Y K H S L
Decimal 252 213 9 0 0.15 0.96 0.01 50.37 0.98 0.51
Hex FC D5 9 0 F 60 1 32 62 33
Octal 374 325 11 0 17 140 1 62 142 63
Binary 11111100 11010101 1001 0 1111 1100000 1 110010 1100010 110011

Color Harmonies of #FCD509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD509

Black with #FCD509

Text Example


Text Example

White with #FCD509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD509; }

 p { color: rgb(252,213,9); }

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

background-color css

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

 a { background-color: rgb(252,213,9); }

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

border-color css

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

 span { border-color: rgb(252,213,9); }

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