#FE9B52

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

Shades of Sunshade #FE9B52

Tints of Sunshade #FE9B52

Color information

#FE9B52 (or 0xFE9B52) is unknown color: approx Sunshade. HEX triplet: FE, 9B and 52. RGB value is (254,155,82). Sum of RGB (Red+Green+Blue) = 254+155+82=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9B52 is #0164AD. Grayscale: #B0B0B0. Windows color (decimal): -91310 or 5413886. OLE color: 5413886.

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

Color convert

RGB25415582-
CMYK00.390.680.00
HSL25.47º98.85%65.88%-
HSV(B)25.47º67.72%99.61%-
XYZ54.1245.1213.84-
YUV176.2874.8183.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.73%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 82 (32.42% from 255) = 16.70%
R=51.73%
G=31.57%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541558200.390.680.0025.4798.8565.88
HexFE9B52027440196342
Octal376233122047104031143102
Binary111111101001101110100100100111100010001100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9B52; }

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

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

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

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

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

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

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

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