#FE400F

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

Shades of Orange Red #FE400F

Tints of Orange Red #FE400F

Color information

#FE400F (or 0xFE400F) is unknown color: approx Orange Red. HEX triplet: FE, 40 and 0F. RGB value is (254,64,15). Sum of RGB (Red+Green+Blue) = 254+64+15=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE400F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE400F is #01BFF0. Grayscale: #737373. Windows color (decimal): -114673 or 999678. OLE color: 999678.

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

Color convert

RGB2546415-
CMYK00.750.940.00
HSL12.3º99.17%52.75%-
HSV(B)12.3º94.09%99.61%-
XYZ42.7924.772.98-
YUV115.2271.45226.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 76.28%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 15 (6.25% from 255) = 4.50%
R=76.28%
G=19.22%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254641500.750.940.0012.399.1752.75
HexFE40F04B5E0c6335
Octal37610017011313601414365
Binary1111111010000001111010010111011110011001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE400F; }

 p { color: rgb(254,64,15); }

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

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

 a { background-color: rgb(254,64,15); }

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

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

 span { border-color: rgb(254,64,15); }

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