#FE302D

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

Shades of Red Orange #FE302D

Tints of Red Orange #FE302D

Color information

#FE302D (or 0xFE302D) is unknown color: approx Red Orange. HEX triplet: FE, 30 and 2D. RGB value is (254,48,45). Sum of RGB (Red+Green+Blue) = 254+48+45=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE302D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE302D is #01CFD2. Grayscale: #6D6D6D. Windows color (decimal): -118739 or 2961662. OLE color: 2961662.

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

Color convert

RGB2544845-
CMYK00.810.820.00
HSL0.86º99.05%58.63%-
HSV(B)0.86º82.28%99.61%-
XYZ42.423.374.76-
YUV109.2591.75231.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 73.20%
GREEN value IS 48 (19.14% from 255) = 13.83%
BLUE value IS 45 (17.97% from 255) = 12.97%
R=73.20%
G=13.83%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254484500.810.820.000.8699.0558.63
HexFE302D0515201633b
Octal376605501211220114373
Binary11111110110000101101010100011010010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE302D; }

 p { color: rgb(254,48,45); }

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

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

 a { background-color: rgb(254,48,45); }

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

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

 span { border-color: rgb(254,48,45); }

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