#FE4415

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

Shades of Orange Red #FE4415

Tints of Orange Red #FE4415

Color information

#FE4415 (or 0xFE4415) is unknown color: approx Orange Red. HEX triplet: FE, 44 and 15. RGB value is (254,68,21). Sum of RGB (Red+Green+Blue) = 254+68+21=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4415 is #01BBEA. Grayscale: #767676. Windows color (decimal): -113643 or 1393918. OLE color: 1393918.

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

Color convert

RGB2546821-
CMYK00.730.920.00
HSL12.1º99.15%53.92%-
HSV(B)12.1º91.73%99.61%-
XYZ43.0825.263.31-
YUV118.2673.12224.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 74.05%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 21 (8.59% from 255) = 6.12%
R=74.05%
G=19.83%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254682100.730.920.0012.199.1553.92
HexFE44150495C0c6336
Octal37610425011113401414366
Binary11111110100010010101010010011011100011001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4415; }

 p { color: rgb(254,68,21); }

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

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

 a { background-color: rgb(254,68,21); }

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

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

 span { border-color: rgb(254,68,21); }

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