#FE632B

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

Shades of Outrageous Orange #FE632B

Tints of Outrageous Orange #FE632B

Color information

#FE632B (or 0xFE632B) is unknown color: approx Outrageous Orange. HEX triplet: FE, 63 and 2B. RGB value is (254,99,43). Sum of RGB (Red+Green+Blue) = 254+99+43=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE632B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE632B is #019CD4. Grayscale: #8B8B8B. Windows color (decimal): -105685 or 2843646. OLE color: 2843646.

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

Color convert

RGB2549943-
CMYK00.610.830.00
HSL15.92º99.06%58.24%-
HSV(B)15.92º83.07%99.61%-
XYZ45.7730.175.7-
YUV138.9673.85210.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.14%
GREEN value IS 99 (39.06% from 255) = 25%
BLUE value IS 43 (17.19% from 255) = 10.86%
R=64.14%
G=25%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254994300.610.830.0015.9299.0658.24
HexFE632B03D53010633a
Octal3761435307512302014372
Binary111111101100011101011011110110100110100001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE632B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE632B; }

 p { color: rgb(254,99,43); }

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

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

 a { background-color: rgb(254,99,43); }

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

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

 span { border-color: rgb(254,99,43); }

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