#FE9955

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

Shades of Sunshade #FE9955

Tints of Sunshade #FE9955

Color information

#FE9955 (or 0xFE9955) is unknown color: approx Sunshade. HEX triplet: FE, 99 and 55. RGB value is (254,153,85). Sum of RGB (Red+Green+Blue) = 254+153+85=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9955 is #0166AA. Grayscale: #AFAFAF. Windows color (decimal): -91819 or 5609982. OLE color: 5609982.

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

Color convert

RGB25415385-
CMYK00.400.670.00
HSL24.14º98.83%66.47%-
HSV(B)24.14º66.54%99.61%-
XYZ53.944.5114.34-
YUV175.4576.96184.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.63%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 85 (33.59% from 255) = 17.28%
R=51.63%
G=31.10%
B=17.28%

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
Decimal2541538500.400.670.0024.1498.8366.47
HexFE9955028430186342
Octal376231125050103030143102
Binary111111101001100110101010101000100001101100011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9955; }

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

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

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

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

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

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

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

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