#F8372C

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

Shades of Red Orange #F8372C

Tints of Red Orange #F8372C

Color information

#F8372C (or 0xF8372C) is unknown color: approx Red Orange. HEX triplet: F8, 37 and 2C. RGB value is (248,55,44). Sum of RGB (Red+Green+Blue) = 248+55+44=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F8372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8372C is #07C8D3. Grayscale: #6F6F6F. Windows color (decimal): -510164 or 2897912. OLE color: 2897912.

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

Color convert

RGB2485544-
CMYK00.780.820.03
HSL3.24º93.58%57.25%-
HSV(B)3.24º82.26%97.25%-
XYZ40.5322.874.66-
YUV111.4589.94225.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 71.47%
GREEN value IS 55 (21.88% from 255) = 15.85%
BLUE value IS 44 (17.58% from 255) = 12.68%
R=71.47%
G=15.85%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248554400.780.820.033.2493.5857.25
HexF8372C04E52335e39
Octal370675401161223313671
Binary1111100011011110110001001110101001011111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8372C; }

 p { color: rgb(248,55,44); }

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

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

 a { background-color: rgb(248,55,44); }

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

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

 span { border-color: rgb(248,55,44); }

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