Html Css Color HEX #F8372C Red Orange

📋 copy color: '#F8372C'

red 248 ◦ green 55 ◦ blue 44

#F8372C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Orange #F8372C

Tints of Red Orange #F8372C

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 value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8372C (or 0xF8372C) is known color: 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

RGB 248 55 44 -
CMYK 0 0.78 0.82 0.03
HSL 3.24º 0.94% 0.57% -
HSV(B) 3.24º 0.82% 0.97% -
XYZ 40.53 22.87 4.66 -
YUV 111.45 89.94 225.39 -
System Red Green Blue C M Y K H S L
Decimal 248 55 44 0 0.78 0.82 0.03 3.24 0.94 0.57
Hex F8 37 2C 0 4E 52 3 3 5E 39
Octal 370 67 54 0 116 122 3 3 136 71
Binary 11111000 110111 101100 0 1001110 1010010 11 11 1011110 111001

Color Harmonies of #F8372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8372C

Black with #F8372C

Text Example


Text Example

White with #F8372C

Text Example


Text Example

HTML Codes & Css Web 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>