#F60510

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

Shades of Torch Red #F60510

Tints of Torch Red #F60510

Color information

#F60510 (or 0xF60510) is unknown color: approx Torch Red. HEX triplet: F6, 05 and 10. RGB value is (246,5,16). Sum of RGB (Red+Green+Blue) = 246+5+16=267 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.13% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 246 - color contains mainly: red. Hex color #F60510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60510 is #09FAEF. Grayscale: #4E4E4E. Windows color (decimal): -654064 or 1050102. OLE color: 1050102.

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

Color convert

RGB246516-
CMYK00.980.930.04
HSL357.26º96.02%49.22%-
HSV(B)357.26º97.97%96.47%-
XYZ38.1519.742.29-
YUV78.3192.84247.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 92.13%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 16 (6.64% from 255) = 5.99%
R=92.13%
G=1.87%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24651600.980.930.04357.2696.0249.22
HexF65100625D41656031
Octal3665200142135454514061
Binary11110110101100000110001010111011001011001011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60510; }

 p { color: rgb(246,5,16); }

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

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

 a { background-color: rgb(246,5,16); }

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

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

 span { border-color: rgb(246,5,16); }

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