#FCA040

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

Shades of Sunshade #FCA040

Tints of Sunshade #FCA040

Color information

#FCA040 (or 0xFCA040) is unknown color: approx Sunshade. HEX triplet: FC, A0 and 40. RGB value is (252,160,64). Sum of RGB (Red+Green+Blue) = 252+160+64=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA040 is #035FBF. Grayscale: #B1B1B1. Windows color (decimal): -221120 or 4235516. OLE color: 4235516.

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

Color convert

RGB25216064-
CMYK00.370.750.01
HSL30.64º96.91%61.96%-
HSV(B)30.64º74.6%98.82%-
XYZ53.6446.2110.94-
YUV176.5664.48181.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.94%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 64 (25.39% from 255) = 13.45%
R=52.94%
G=33.61%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521606400.370.750.0130.6496.9161.96
HexFCA0400254B11f613e
Octal37424010004511313714176
Binary11111100101000001000000010010110010111111111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA040; }

 p { color: rgb(252,160,64); }

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

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

 a { background-color: rgb(252,160,64); }

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

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

 span { border-color: rgb(252,160,64); }

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