#FE603F

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

Shades of Outrageous Orange #FE603F

Tints of Outrageous Orange #FE603F

Color information

#FE603F (or 0xFE603F) is unknown color: approx Outrageous Orange. HEX triplet: FE, 60 and 3F. RGB value is (254,96,63). Sum of RGB (Red+Green+Blue) = 254+96+63=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE603F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE603F is #019FC0. Grayscale: #8B8B8B. Windows color (decimal): -106433 or 4153598. OLE color: 4153598.

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

Color convert

RGB2549663-
CMYK00.620.750.00
HSL10.37º98.96%62.16%-
HSV(B)10.37º75.2%99.61%-
XYZ45.9529.88.03-
YUV139.4884.85209.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.50%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 63 (25% from 255) = 15.25%
R=61.50%
G=23.24%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254966300.620.750.0010.3798.9662.16
HexFE603F03E4B0a633e
Octal3761407707611301214376
Binary11111110110000011111101111101001011010101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE603F; }

 p { color: rgb(254,96,63); }

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

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

 a { background-color: rgb(254,96,63); }

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

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

 span { border-color: rgb(254,96,63); }

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