#FCD32C

Color #FCD32C Sunglow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglow #FCD32C

Tints of Sunglow #FCD32C

Color information

#FCD32C (or 0xFCD32C) is unknown color: approx Sunglow. HEX triplet: FC, D3 and 2C. RGB value is (252,211,44). Sum of RGB (Red+Green+Blue) = 252+211+44=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 44 (17.58% from 255 or 8.68% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD32C is #032CD3. Grayscale: #CCCCCC. Windows color (decimal): -208084 or 2937852. OLE color: 2937852.

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

Color convert

RGB25221144-
CMYK00.160.830.01
HSL48.17º97.2%58.04%-
HSV(B)48.17º82.54%98.82%-
XYZ63.8967.4712.04-
YUV204.2237.58162.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.70%
GREEN value IS 211 (82.81% from 255) = 41.62%
BLUE value IS 44 (17.58% from 255) = 8.68%
R=49.70%
G=41.62%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522114400.160.830.0148.1797.258.04
HexFCD32C01053130613a
Octal3743235402012316014172
Binary1111110011010011101100010000101001111100001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD32C; }

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

 H1.HeaderClassName
 {
   color: #FCD32C;
 }
 .AnyTagClassName
 {
   color: #FCD32C;
 }
</style>
background-color css

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

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

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

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

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

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