#FEA355

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

Shades of Sunshade #FEA355

Tints of Sunshade #FEA355

Color information

#FEA355 (or 0xFEA355) is unknown color: approx Sunshade. HEX triplet: FE, A3 and 55. RGB value is (254,163,85). Sum of RGB (Red+Green+Blue) = 254+163+85=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA355 is #015CAA. Grayscale: #B5B5B5. Windows color (decimal): -89259 or 5612542. OLE color: 5612542.

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

Color convert

RGB25416385-
CMYK00.360.670.00
HSL27.69º98.83%66.47%-
HSV(B)27.69º66.54%99.61%-
XYZ55.6147.9214.91-
YUV181.3273.65179.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.60%
GREEN value IS 163 (64.06% from 255) = 32.47%
BLUE value IS 85 (33.59% from 255) = 16.93%
R=50.60%
G=32.47%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541638500.360.670.0027.6998.8366.47
HexFEA3550244301c6342
Octal376243125044103034143102
Binary111111101010001110101010100100100001101110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA355; }

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

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

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

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

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

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

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

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