#fca254

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

Shades of Sunshade #FCA254

Tints of Sunshade #FCA254

Color information

#FCA254 (or 0xFCA254) is unknown color: approx Sunshade. HEX triplet: FC, A2 and 54. RGB value is (252,162,84). Sum of RGB (Red+Green+Blue) = 252+162+84=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA254 is #035DAB. Grayscale: #B4B4B4. Windows color (decimal): -220588 or 5546748. OLE color: 5546748.

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

Color convert

RGB25216284-
CMYK00.360.670.01
HSL27.86º96.55%65.88%-
HSV(B)27.86º66.67%98.82%-
XYZ54.6747.1814.61-
YUV180.0273.82179.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.60%
GREEN value IS 162 (63.67% from 255) = 32.53%
BLUE value IS 84 (33.20% from 255) = 16.87%
R=50.60%
G=32.53%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521628400.360.670.0127.8696.5565.88
HexFCA2540244311c6142
Octal374242124044103134141102
Binary111111001010001010101000100100100001111110011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fca254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fca254; }

 p { color: rgb(252,162,84); }

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

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

 a { background-color: rgb(252,162,84); }

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

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

 span { border-color: rgb(252,162,84); }

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