#FCA149

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

Shades of Sunshade #FCA149

Tints of Sunshade #FCA149

Color information

#FCA149 (or 0xFCA149) is unknown color: approx Sunshade. HEX triplet: FC, A1 and 49. RGB value is (252,161,73). Sum of RGB (Red+Green+Blue) = 252+161+73=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA149 is #035EB6. Grayscale: #B2B2B2. Windows color (decimal): -220855 or 4825596. OLE color: 4825596.

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

Color convert

RGB25216173-
CMYK00.360.710.01
HSL29.5º96.76%63.73%-
HSV(B)29.5º71.03%98.82%-
XYZ54.0946.6712.46-
YUV178.1868.65180.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.85%
GREEN value IS 161 (63.28% from 255) = 33.13%
BLUE value IS 73 (28.91% from 255) = 15.02%
R=51.85%
G=33.13%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521617300.360.710.0129.596.7663.73
HexFCA1490244711d6140
Octal374241111044107135141100
Binary111111001010000110010010100100100011111110111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA149; }

 p { color: rgb(252,161,73); }

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

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

 a { background-color: rgb(252,161,73); }

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

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

 span { border-color: rgb(252,161,73); }

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