#FE5B3C

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

Shades of Outrageous Orange #FE5B3C

Tints of Outrageous Orange #FE5B3C

Color information

#FE5B3C (or 0xFE5B3C) is unknown color: approx Outrageous Orange. HEX triplet: FE, 5B and 3C. RGB value is (254,91,60). Sum of RGB (Red+Green+Blue) = 254+91+60=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5B3C is #01A4C3. Grayscale: #888888. Windows color (decimal): -107716 or 3955710. OLE color: 3955710.

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

Color convert

RGB2549160-
CMYK00.640.760.00
HSL9.59º98.98%61.57%-
HSV(B)9.59º76.38%99.61%-
XYZ45.4328.887.45-
YUV136.285212.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 62.72%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 60 (23.83% from 255) = 14.81%
R=62.72%
G=22.47%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254916000.640.760.009.5998.9861.57
HexFE5B3C0404C0a633e
Octal37613374010011401214376
Binary111111101011011111100010000001001100010101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5B3C; }

 p { color: rgb(254,91,60); }

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

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

 a { background-color: rgb(254,91,60); }

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

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

 span { border-color: rgb(254,91,60); }

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