#FE9855

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

Shades of Sunshade #FE9855

Tints of Sunshade #FE9855

Color information

#FE9855 (or 0xFE9855) is unknown color: approx Sunshade. HEX triplet: FE, 98 and 55. RGB value is (254,152,85). Sum of RGB (Red+Green+Blue) = 254+152+85=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9855 is #0167AA. Grayscale: #AFAFAF. Windows color (decimal): -92075 or 5609726. OLE color: 5609726.

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

Color convert

RGB25415285-
CMYK00.400.670.00
HSL23.79º98.83%66.47%-
HSV(B)23.79º66.54%99.61%-
XYZ53.7444.1814.29-
YUV174.8677.29184.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.73%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 85 (33.59% from 255) = 17.31%
R=51.73%
G=30.96%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541528500.400.670.0023.7998.8366.47
HexFE9855028430186342
Octal376230125050103030143102
Binary111111101001100010101010101000100001101100011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9855; }

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

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

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

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

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

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

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

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