Html Css Color HEX #FCD709 Gold

📋 copy color: '#FCD709'

red 252 ◦ green 215 ◦ blue 9

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

Shades of Gold #FCD709

Tints of Gold #FCD709

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.17%

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

R = 52.94%
G = 45.17%
B = 1.89%

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

#FCD709 (or 0xFCD709) is known color: Gold. HEX triplet: FC, D7 and 09. RGB value is (252,215,9). Sum of RGB (Red+Green+Blue) = 252+215+9=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 9 (3.91% from 255 or 1.89% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD709 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD709 is #0328F6. Grayscale: #CBCBCB. Windows color (decimal): -207095 or 645116. OLE color: 645116.

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

Color convert

RGB 252 215 9 -
CMYK 0 0.15 0.96 0.01
HSL 50.86º 0.98% 0.51% -
HSV(B) 50.86º 0.96% 0.99% -
XYZ 64.49 69.32 10.24 -
YUV 202.58 18.76 163.25 -
System Red Green Blue C M Y K H S L
Decimal 252 215 9 0 0.15 0.96 0.01 50.86 0.98 0.51
Hex FC D7 9 0 F 60 1 33 62 33
Octal 374 327 11 0 17 140 1 63 142 63
Binary 11111100 11010111 1001 0 1111 1100000 1 110011 1100010 110011

Color Harmonies of #FCD709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD709

Black with #FCD709

Text Example


Text Example

White with #FCD709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD709; }

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

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

background-color css

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

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

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

border-color css

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

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

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