#FE9352

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

Shades of Sunshade #FE9352

Tints of Sunshade #FE9352

Color information

#FE9352 (or 0xFE9352) is unknown color: approx Sunshade. HEX triplet: FE, 93 and 52. RGB value is (254,147,82). Sum of RGB (Red+Green+Blue) = 254+147+82=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9352 is #016CAD. Grayscale: #ABABAB. Windows color (decimal): -93358 or 5411838. OLE color: 5411838.

HSL color Cylindrical-coordinate representation of color #FE9352: hue angle of 22.67º 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 #FE9352 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB25414782-
CMYK00.420.680.00
HSL22.67º98.85%65.88%-
HSV(B)22.67º67.72%99.61%-
XYZ52.8342.5513.41-
YUV171.5877.45186.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.59%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 82 (32.42% from 255) = 16.98%
R=52.59%
G=30.43%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541478200.420.680.0022.6798.8565.88
HexFE935202A440176342
Octal376223122052104027143102
Binary111111101001001110100100101010100010001011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9352; }

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

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

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

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

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

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

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

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