Html Css Color HEX #FCD30C Gold

📋 copy color: '#FCD30C'

red 252 ◦ green 211 ◦ blue 12

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

Shades of Gold #FCD30C

Tints of Gold #FCD30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.53%

R = 53.05%
G = 44.42%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCD30C (or 0xFCD30C) is known color: Gold. HEX triplet: FC, D3 and 0C. RGB value is (252,211,12). Sum of RGB (Red+Green+Blue) = 252+211+12=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 12 (5.08% from 255 or 2.53% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD30C is #032CF3. Grayscale: #C9C9C9. Windows color (decimal): -208116 or 840700. OLE color: 840700.

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

Color convert

RGB 252 211 12 -
CMYK 0 0.16 0.95 0.01
HSL 49.75º 0.98% 0.52% -
HSV(B) 49.75º 0.95% 0.99% -
XYZ 63.51 67.31 9.99 -
YUV 200.57 21.58 164.68 -
System Red Green Blue C M Y K H S L
Decimal 252 211 12 0 0.16 0.95 0.01 49.75 0.98 0.52
Hex FC D3 C 0 10 5F 1 32 62 34
Octal 374 323 14 0 20 137 1 62 142 64
Binary 11111100 11010011 1100 0 10000 1011111 1 110010 1100010 110100

Color Harmonies of #FCD30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD30C

Black with #FCD30C

Text Example


Text Example

White with #FCD30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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