#FE5C26

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

Shades of Outrageous Orange #FE5C26

Tints of Outrageous Orange #FE5C26

Color information

#FE5C26 (or 0xFE5C26) is unknown color: approx Outrageous Orange. HEX triplet: FE, 5C and 26. RGB value is (254,92,38). Sum of RGB (Red+Green+Blue) = 254+92+38=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5C26 is #01A3D9. Grayscale: #868686. Windows color (decimal): -107482 or 2514174. OLE color: 2514174.

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

Color convert

RGB2549238-
CMYK00.640.850.00
HSL15º99.08%57.25%-
HSV(B)15º85.04%99.61%-
XYZ45.0528.875.03-
YUV134.2873.67213.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 66.15%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 38 (15.23% from 255) = 9.90%
R=66.15%
G=23.96%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254923800.640.850.001599.0857.25
HexFE5C26040550f6339
Octal37613446010012501714371
Binary111111101011100100110010000001010101011111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5C26; }

 p { color: rgb(254,92,38); }

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

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

 a { background-color: rgb(254,92,38); }

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

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

 span { border-color: rgb(254,92,38); }

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