#FE382F

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

Shades of Red Orange #FE382F

Tints of Red Orange #FE382F

Color information

#FE382F (or 0xFE382F) is unknown color: approx Red Orange. HEX triplet: FE, 38 and 2F. RGB value is (254,56,47). Sum of RGB (Red+Green+Blue) = 254+56+47=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE382F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE382F is #01C7D0. Grayscale: #727272. Windows color (decimal): -116689 or 3094782. OLE color: 3094782.

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

Color convert

RGB2545647-
CMYK00.780.810.00
HSL2.61º99.04%59.02%-
HSV(B)2.61º81.5%99.61%-
XYZ42.824.15.09-
YUV114.1890.1227.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 71.15%
GREEN value IS 56 (22.27% from 255) = 15.69%
BLUE value IS 47 (18.75% from 255) = 13.17%
R=71.15%
G=15.69%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254564700.780.810.002.6199.0459.02
HexFE382F04E5103633b
Octal376705701161210314373
Binary111111101110001011110100111010100010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE382F; }

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

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

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

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

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

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

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

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