Html Css Color HEX #FCD50F Gold

📋 copy color: '#FCD50F'

red 252 ◦ green 213 ◦ blue 15

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

Shades of Gold #FCD50F

Tints of Gold #FCD50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.13%

R = 52.5%
G = 44.38%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCD50F (or 0xFCD50F) is known color: Gold. HEX triplet: FC, D5 and 0F. RGB value is (252,213,15). Sum of RGB (Red+Green+Blue) = 252+213+15=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 15 (6.25% from 255 or 3.12% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD50F is #032AF0. Grayscale: #CACACA. Windows color (decimal): -207601 or 1037820. OLE color: 1037820.

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

Color convert

RGB 252 213 15 -
CMYK 0 0.15 0.94 0.01
HSL 50.13º 0.98% 0.52% -
HSV(B) 50.13º 0.94% 0.99% -
XYZ 64.03 68.32 10.26 -
YUV 202.09 22.42 163.6 -
System Red Green Blue C M Y K H S L
Decimal 252 213 15 0 0.15 0.94 0.01 50.13 0.98 0.52
Hex FC D5 F 0 F 5E 1 32 62 34
Octal 374 325 17 0 17 136 1 62 142 64
Binary 11111100 11010101 1111 0 1111 1011110 1 110010 1100010 110100

Color Harmonies of #FCD50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD50F

Black with #FCD50F

Text Example


Text Example

White with #FCD50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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