#F8362E

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

Shades of Red Orange #F8362E

Tints of Red Orange #F8362E

Color information

#F8362E (or 0xF8362E) is unknown color: approx Red Orange. HEX triplet: F8, 36 and 2E. RGB value is (248,54,46). Sum of RGB (Red+Green+Blue) = 248+54+46=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F8362E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8362E is #07C9D1. Grayscale: #6F6F6F. Windows color (decimal): -510418 or 3028728. OLE color: 3028728.

HSL color Cylindrical-coordinate representation of color #F8362E: hue angle of 2.38º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8362E is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB2485446-
CMYK00.780.810.03
HSL2.38º93.52%57.65%-
HSV(B)2.38º81.45%97.25%-
XYZ40.5222.794.85-
YUV111.0991.27225.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 71.26%
GREEN value IS 54 (21.48% from 255) = 15.52%
BLUE value IS 46 (18.36% from 255) = 13.22%
R=71.26%
G=15.52%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248544600.780.810.032.3893.5257.65
HexF8362E04E51325e3a
Octal370665601161213213672
Binary1111100011011010111001001110101000111101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8362E; }

 p { color: rgb(248,54,46); }

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

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

 a { background-color: rgb(248,54,46); }

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

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

 span { border-color: rgb(248,54,46); }

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