#fe4b2f

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

Shades of Red Orange #FE4B2F

Tints of Red Orange #FE4B2F

Color information

#FE4B2F (or 0xFE4B2F) is unknown color: approx Red Orange. HEX triplet: FE, 4B and 2F. RGB value is (254,75,47). Sum of RGB (Red+Green+Blue) = 254+75+47=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4B2F is #01B4D0. Grayscale: #7D7D7D. Windows color (decimal): -111825 or 3099646. OLE color: 3099646.

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

Color convert

RGB2547547-
CMYK00.700.810.00
HSL8.12º99.04%59.02%-
HSV(B)8.12º81.5%99.61%-
XYZ43.926.315.45-
YUV125.3383.8219.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 67.55%
GREEN value IS 75 (29.69% from 255) = 19.95%
BLUE value IS 47 (18.75% from 255) = 12.5%
R=67.55%
G=19.95%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254754700.700.810.008.1299.0459.02
HexFE4B2F0465108633b
Octal37611357010612101014373
Binary111111101001011101111010001101010001010001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe4b2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe4b2f; }

 p { color: rgb(254,75,47); }

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

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

 a { background-color: rgb(254,75,47); }

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

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

 span { border-color: rgb(254,75,47); }

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