#F9061C

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

Shades of Torch Red #F9061C

Tints of Torch Red #F9061C

Color information

#F9061C (or 0xF9061C) is unknown color: approx Torch Red. HEX triplet: F9, 06 and 1C. RGB value is (249,6,28). Sum of RGB (Red+Green+Blue) = 249+6+28=283 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.99% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 249 - color contains mainly: red. Hex color #F9061C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9061C is #06F9E3. Grayscale: #515151. Windows color (decimal): -457188 or 1836793. OLE color: 1836793.

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

Color convert

RGB249628-
CMYK00.980.890.02
HSL354.57º95.29%50%-
HSV(B)354.57º97.59%97.65%-
XYZ39.3420.352.95-
YUV81.1698.01247.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 87.99%
GREEN value IS 6 (2.73% from 255) = 2.12%
BLUE value IS 28 (11.33% from 255) = 9.89%
R=87.99%
G=2.12%
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.02
SystemRedGreenBlueCMYKHSL
Decimal24962800.980.890.02354.5795.2950
HexF961C0625921635f32
Octal3716340142131254313762
Binary1111100111011100011000101011001101011000111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9061C; }

 p { color: rgb(249,6,28); }

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

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

 a { background-color: rgb(249,6,28); }

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

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

 span { border-color: rgb(249,6,28); }

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