#F7061B

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

Shades of Torch Red #F7061B

Tints of Torch Red #F7061B

Color information

#F7061B (or 0xF7061B) is unknown color: approx Torch Red. HEX triplet: F7, 06 and 1B. RGB value is (247,6,27). Sum of RGB (Red+Green+Blue) = 247+6+27=280 (37% of max value = 765). Red value is 247 (96.88% from 255 or 88.21% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 247 - color contains mainly: red. Hex color #F7061B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7061B is #08F9E4. Grayscale: #505050. Windows color (decimal): -588261 or 1771255. OLE color: 1771255.

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

Color convert

RGB247627-
CMYK00.980.890.03
HSL354.77º95.26%49.61%-
HSV(B)354.77º97.57%96.86%-
XYZ38.6219.982.86-
YUV80.4597.84246.79-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 88.21%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 27 (10.94% from 255) = 9.64%
R=88.21%
G=2.14%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24762700.980.890.03354.7795.2649.61
HexF761B0625931635f32
Octal3676330142131354313762
Binary1111011111011011011000101011001111011000111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7061B; }

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

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

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

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

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

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

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

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