#F92023

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

Shades of Torch Red #F92023

Tints of Torch Red #F92023

Color information

#F92023 (or 0xF92023) is unknown color: approx Torch Red. HEX triplet: F9, 20 and 23. RGB value is (249,32,35). Sum of RGB (Red+Green+Blue) = 249+32+35=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F92023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92023 is #06DFDC. Grayscale: #616161. Windows color (decimal): -450525 or 2302201. OLE color: 2302201.

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

Color convert

RGB2493235-
CMYK00.870.860.02
HSL359.17º94.76%55.1%-
HSV(B)359.17º87.15%97.65%-
XYZ39.8921.293.6-
YUV97.2292.89236.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 78.80%
GREEN value IS 32 (12.89% from 255) = 10.13%
BLUE value IS 35 (14.06% from 255) = 11.08%
R=78.80%
G=10.13%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249323500.870.860.02359.1794.7655.1
HexF920230575621675f37
Octal37140430127126254713767
Binary11111001100000100011010101111010110101011001111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92023; }

 p { color: rgb(249,32,35); }

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

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

 a { background-color: rgb(249,32,35); }

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

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

 span { border-color: rgb(249,32,35); }

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