#F9033A

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

Shades of Torch Red #F9033A

Tints of Torch Red #F9033A

Color information

#F9033A (or 0xF9033A) is unknown color: approx Torch Red. HEX triplet: F9, 03 and 3A. RGB value is (249,3,58). Sum of RGB (Red+Green+Blue) = 249+3+58=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F9033A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9033A is #06FCC5. Grayscale: #525252. Windows color (decimal): -457926 or 3802105. OLE color: 3802105.

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

Color convert

RGB249358-
CMYK00.990.770.02
HSL346.59º97.62%49.41%-
HSV(B)346.59º98.8%97.65%-
XYZ39.8620.515.86-
YUV82.82114246.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 80.32%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 58 (23.05% from 255) = 18.71%
R=80.32%
G=0.97%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24935800.990.770.02346.5997.6249.41
HexF933A0634D215b6231
Octal3713720143115253314261
Binary1111100111111010011000111001101101010110111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9033A; }

 p { color: rgb(249,3,58); }

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

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

 a { background-color: rgb(249,3,58); }

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

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

 span { border-color: rgb(249,3,58); }

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