#FE4910

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

Shades of Orange Red #FE4910

Tints of Orange Red #FE4910

Color information

#FE4910 (or 0xFE4910) is unknown color: approx Orange Red. HEX triplet: FE, 49 and 10. RGB value is (254,73,16). Sum of RGB (Red+Green+Blue) = 254+73+16=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4910 is #01B6EF. Grayscale: #797979. Windows color (decimal): -112368 or 1067518. OLE color: 1067518.

HSL color Cylindrical-coordinate representation of color #FE4910: hue angle of 14.37º 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 #FE4910 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB2547316-
CMYK00.710.940.00
HSL14.37º99.17%52.94%-
HSV(B)14.37º93.7%99.61%-
XYZ43.3525.873.2-
YUV120.6268.97223.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 74.05%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 16 (6.64% from 255) = 4.66%
R=74.05%
G=21.28%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254731600.710.940.0014.3799.1752.94
HexFE49100475E0e6335
Octal37611120010713601614365
Binary11111110100100110000010001111011110011101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4910; }

 p { color: rgb(254,73,16); }

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

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

 a { background-color: rgb(254,73,16); }

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

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

 span { border-color: rgb(254,73,16); }

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