Html Css Color HEX #FCD30E Gold

📋 copy color: '#FCD30E'

red 252 ◦ green 211 ◦ blue 14

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

Shades of Gold #FCD30E

Tints of Gold #FCD30E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.23%

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

R = 52.83%
G = 44.23%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCD30E (or 0xFCD30E) is known color: Gold. HEX triplet: FC, D3 and 0E. RGB value is (252,211,14). Sum of RGB (Red+Green+Blue) = 252+211+14=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 14 (5.86% from 255 or 2.94% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD30E is #032CF1. Grayscale: #C9C9C9. Windows color (decimal): -208114 or 971772. OLE color: 971772.

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

Color convert

RGB 252 211 14 -
CMYK 0 0.16 0.94 0.01
HSL 49.66º 0.98% 0.52% -
HSV(B) 49.66º 0.94% 0.99% -
XYZ 63.52 67.32 10.06 -
YUV 200.8 22.58 164.52 -
System Red Green Blue C M Y K H S L
Decimal 252 211 14 0 0.16 0.94 0.01 49.66 0.98 0.52
Hex FC D3 E 0 10 5E 1 32 62 34
Octal 374 323 16 0 20 136 1 62 142 64
Binary 11111100 11010011 1110 0 10000 1011110 1 110010 1100010 110100

Color Harmonies of #FCD30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD30E

Black with #FCD30E

Text Example


Text Example

White with #FCD30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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