#FE562D

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

Shades of Outrageous Orange #FE562D

Tints of Outrageous Orange #FE562D

Color information

#FE562D (or 0xFE562D) is unknown color: approx Outrageous Orange. HEX triplet: FE, 56 and 2D. RGB value is (254,86,45). Sum of RGB (Red+Green+Blue) = 254+86+45=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE562D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE562D is #01A9D2. Grayscale: #838383. Windows color (decimal): -109011 or 2971390. OLE color: 2971390.

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

Color convert

RGB2548645-
CMYK00.660.820.00
HSL11.77º99.05%58.63%-
HSV(B)11.77º82.28%99.61%-
XYZ44.6727.925.52-
YUV131.5679.16215.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 65.97%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 45 (17.97% from 255) = 11.69%
R=65.97%
G=22.34%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254864500.660.820.0011.7799.0558.63
HexFE562D042520c633b
Octal37612655010212201414373
Binary111111101010110101101010000101010010011001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE562D; }

 p { color: rgb(254,86,45); }

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

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

 a { background-color: rgb(254,86,45); }

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

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

 span { border-color: rgb(254,86,45); }

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