#FE9552

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

Shades of Sunshade #FE9552

Tints of Sunshade #FE9552

Color information

#FE9552 (or 0xFE9552) is unknown color: approx Sunshade. HEX triplet: FE, 95 and 52. RGB value is (254,149,82). Sum of RGB (Red+Green+Blue) = 254+149+82=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9552 is #016AAD. Grayscale: #ADADAD. Windows color (decimal): -92846 or 5412350. OLE color: 5412350.

HSL color Cylindrical-coordinate representation of color #FE9552: hue angle of 23.37º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE9552 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB25414982-
CMYK00.410.680.00
HSL23.37º98.85%65.88%-
HSV(B)23.37º67.72%99.61%-
XYZ53.1443.1713.52-
YUV172.7676.79185.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.37%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 82 (32.42% from 255) = 16.91%
R=52.37%
G=30.72%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541498200.410.680.0023.3798.8565.88
HexFE9552029440176342
Octal376225122051104027143102
Binary111111101001010110100100101001100010001011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9552; }

 p { color: rgb(254,149,82); }

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

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

 a { background-color: rgb(254,149,82); }

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

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

 span { border-color: rgb(254,149,82); }

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