#F0061B

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

Shades of Torch Red #F0061B

Tints of Torch Red #F0061B

Color information

#F0061B (or 0xF0061B) is unknown color: approx Torch Red. HEX triplet: F0, 06 and 1B. RGB value is (240,6,27). Sum of RGB (Red+Green+Blue) = 240+6+27=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F0061B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0061B is #0FF9E4. Grayscale: #4E4E4E. Windows color (decimal): -1047013 or 1771248. OLE color: 1771248.

HSL color Cylindrical-coordinate representation of color #F0061B: hue angle of 354.62º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0061B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB240627-
CMYK00.980.890.06
HSL354.62º95.12%48.24%-
HSV(B)354.62º97.5%94.12%-
XYZ36.218.732.75-
YUV78.3699.02243.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 87.91%
GREEN value IS 6 (2.73% from 255) = 2.20%
BLUE value IS 27 (10.94% from 255) = 9.89%
R=87.91%
G=2.20%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24062700.980.890.06354.6295.1248.24
HexF061B0625961635f30
Octal3606330142131654313760
Binary11110000110110110110001010110011101011000111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0061B; }

 p { color: rgb(240,6,27); }

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

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

 a { background-color: rgb(240,6,27); }

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

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

 span { border-color: rgb(240,6,27); }

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