Html Css Color HEX #FCD50E Gold

📋 copy color: '#FCD50E'

red 252 ◦ green 213 ◦ blue 14

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

Shades of Gold #FCD50E

Tints of Gold #FCD50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.92%

R = 52.61%
G = 44.47%
B = 2.92%

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

#FCD50E (or 0xFCD50E) is known color: Gold. HEX triplet: FC, D5 and 0E. RGB value is (252,213,14). Sum of RGB (Red+Green+Blue) = 252+213+14=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 14 (5.86% from 255 or 2.92% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD50E is #032AF1. Grayscale: #CACACA. Windows color (decimal): -207602 or 972284. OLE color: 972284.

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

Color convert

RGB 252 213 14 -
CMYK 0 0.15 0.94 0.01
HSL 50.17º 0.98% 0.52% -
HSV(B) 50.17º 0.94% 0.99% -
XYZ 64.02 68.32 10.23 -
YUV 201.98 21.92 163.68 -
System Red Green Blue C M Y K H S L
Decimal 252 213 14 0 0.15 0.94 0.01 50.17 0.98 0.52
Hex FC D5 E 0 F 5E 1 32 62 34
Octal 374 325 16 0 17 136 1 62 142 64
Binary 11111100 11010101 1110 0 1111 1011110 1 110010 1100010 110100

Color Harmonies of #FCD50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD50E

Black with #FCD50E

Text Example


Text Example

White with #FCD50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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