#F80436

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

Shades of Torch Red #F80436

Tints of Torch Red #F80436

Color information

#F80436 (or 0xF80436) is unknown color: approx Torch Red. HEX triplet: F8, 04 and 36. RGB value is (248,4,54). Sum of RGB (Red+Green+Blue) = 248+4+54=306 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.05% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 248 - color contains mainly: red. Hex color #F80436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80436 is #07FBC9. Grayscale: #525252. Windows color (decimal): -523210 or 3540216. OLE color: 3540216.

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

Color convert

RGB248454-
CMYK00.980.780.03
HSL347.7º96.83%49.41%-
HSV(B)347.7º98.39%97.25%-
XYZ39.4220.315.33-
YUV82.66111.84245.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 81.05%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 54 (21.48% from 255) = 17.65%
R=81.05%
G=1.31%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24845400.980.780.03347.796.8349.41
HexF84360624E315c6131
Octal3704660142116353414161
Binary11111000100110110011000101001110111010111001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80436; }

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

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

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

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

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

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

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

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