Html Css Color HEX #F8370C Orange Red

📋 copy color: '#F8370C'

red 248 ◦ green 55 ◦ blue 12

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

Shades of Orange Red #F8370C

Tints of Orange Red #F8370C

RGB

 RED value IS 248 (97.27% from 255) = 78.73%

 GREEN value IS 55 (21.88% from 255) = 17.46%

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 78.73%
G = 17.46%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8370C (or 0xF8370C) is known color: Orange Red. HEX triplet: F8, 37 and 0C. RGB value is (248,55,12). Sum of RGB (Red+Green+Blue) = 248+55+12=315 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.73% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 248 - color contains mainly: red. Hex color #F8370C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8370C is #07C8F3. Grayscale: #6C6C6C. Windows color (decimal): -510196 or 800760. OLE color: 800760.

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

Color convert

RGB 248 55 12 -
CMYK 0 0.78 0.95 0.03
HSL 10.93º 0.94% 0.51% -
HSV(B) 10.93º 0.95% 0.97% -
XYZ 40.14 22.72 2.62 -
YUV 107.81 73.94 228 -
System Red Green Blue C M Y K H S L
Decimal 248 55 12 0 0.78 0.95 0.03 10.93 0.94 0.51
Hex F8 37 C 0 4E 5F 3 B 5E 33
Octal 370 67 14 0 116 137 3 13 136 63
Binary 11111000 110111 1100 0 1001110 1011111 11 1011 1011110 110011

Color Harmonies of #F8370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8370C

Black with #F8370C

Text Example


Text Example

White with #F8370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8370C; }

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

 H1.HeaderClassName
 {
   color: #F8370C;
 }
 .AnyTagClassName
 {
   color: #F8370C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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