#FEA352

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

Shades of Sunshade #FEA352

Tints of Sunshade #FEA352

Color information

#FEA352 (or 0xFEA352) is unknown color: approx Sunshade. HEX triplet: FE, A3 and 52. RGB value is (254,163,82). Sum of RGB (Red+Green+Blue) = 254+163+82=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA352 is #015CAD. Grayscale: #B5B5B5. Windows color (decimal): -89262 or 5415934. OLE color: 5415934.

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

Color convert

RGB25416382-
CMYK00.360.680.00
HSL28.26º98.85%65.88%-
HSV(B)28.26º67.72%99.61%-
XYZ55.4947.8714.3-
YUV180.9872.15180.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.90%
GREEN value IS 163 (64.06% from 255) = 32.67%
BLUE value IS 82 (32.42% from 255) = 16.43%
R=50.90%
G=32.67%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541638200.360.680.0028.2698.8565.88
HexFEA3520244401c6342
Octal376243122044104034143102
Binary111111101010001110100100100100100010001110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA352; }

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

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

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

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

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

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

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

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