Html Css Color HEX #FCD507 Gold

📋 copy color: '#FCD507'

red 252 ◦ green 213 ◦ blue 7

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

Shades of Gold #FCD507

Tints of Gold #FCD507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.48%

R = 53.39%
G = 45.13%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCD507 (or 0xFCD507) is known color: Gold. HEX triplet: FC, D5 and 07. RGB value is (252,213,7). Sum of RGB (Red+Green+Blue) = 252+213+7=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 7 (3.12% from 255 or 1.48% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD507 is #032AF8. Grayscale: #CACACA. Windows color (decimal): -207609 or 513532. OLE color: 513532.

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

Color convert

RGB 252 213 7 -
CMYK 0 0.15 0.97 0.01
HSL 50.45º 0.98% 0.51% -
HSV(B) 50.45º 0.97% 0.99% -
XYZ 63.98 68.3 10.01 -
YUV 201.18 18.42 164.25 -
System Red Green Blue C M Y K H S L
Decimal 252 213 7 0 0.15 0.97 0.01 50.45 0.98 0.51
Hex FC D5 7 0 F 61 1 32 62 33
Octal 374 325 7 0 17 141 1 62 142 63
Binary 11111100 11010101 111 0 1111 1100001 1 110010 1100010 110011

Color Harmonies of #FCD507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD507

Black with #FCD507

Text Example


Text Example

White with #FCD507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD507; }

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

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

background-color css

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

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

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

border-color css

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

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

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