#F80F16

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

Shades of Torch Red #F80F16

Tints of Torch Red #F80F16

Color information

#F80F16 (or 0xF80F16) is unknown color: approx Torch Red. HEX triplet: F8, 0F and 16. RGB value is (248,15,22). Sum of RGB (Red+Green+Blue) = 248+15+22=285 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.02% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80F16 is #07F0E9. Grayscale: #555555. Windows color (decimal): -520426 or 1445880. OLE color: 1445880.

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

Color convert

RGB2481522-
CMYK00.940.910.03
HSL358.2º94.33%51.57%-
HSV(B)358.2º93.95%97.25%-
XYZ39.0320.362.63-
YUV85.4692.19243.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 87.02%
GREEN value IS 15 (6.25% from 255) = 5.26%
BLUE value IS 22 (8.98% from 255) = 7.72%
R=87.02%
G=5.26%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248152200.940.910.03358.294.3351.57
HexF8F1605E5B31665e34
Octal37017260136133354613664
Binary11111000111110110010111101011011111011001101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80F16; }

 p { color: rgb(248,15,22); }

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

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

 a { background-color: rgb(248,15,22); }

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

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

 span { border-color: rgb(248,15,22); }

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