#FE2B1D

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

Shades of Red Orange #FE2B1D

Tints of Red Orange #FE2B1D

Color information

#FE2B1D (or 0xFE2B1D) is unknown color: approx Red Orange. HEX triplet: FE, 2B and 1D. RGB value is (254,43,29). Sum of RGB (Red+Green+Blue) = 254+43+29=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2B1D is #01D4E2. Grayscale: #686868. Windows color (decimal): -120035 or 1911806. OLE color: 1911806.

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

Color convert

RGB2544329-
CMYK00.830.890.00
HSL3.73º99.12%55.49%-
HSV(B)3.73º88.58%99.61%-
XYZ41.9622.893.37-
YUV104.4985.4234.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 77.91%
GREEN value IS 43 (17.19% from 255) = 13.19%
BLUE value IS 29 (11.72% from 255) = 8.90%
R=77.91%
G=13.19%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254432900.830.890.003.7399.1255.49
HexFE2B1D05359046337
Octal376533501231310414367
Binary111111101010111110101010011101100101001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2B1D; }

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

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

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

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

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

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

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

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