Html Css Color HEX #F8092A Torch Red

📋 copy color: '#F8092A'

red 248 ◦ green 9 ◦ blue 42

#F8092A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #F8092A

Tints of Torch Red #F8092A

RGB

 RED value IS 248 (97.27% from 255) = 82.94%

 GREEN value IS 9 (3.91% from 255) = 3.01%

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 82.94%
G = 3.01%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8092A (or 0xF8092A) is known color: Torch Red. HEX triplet: F8, 09 and 2A. RGB value is (248,9,42). Sum of RGB (Red+Green+Blue) = 248+9+42=299 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.94% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 248 - color contains mainly: red. Hex color #F8092A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8092A is #07F6D5. Grayscale: #545454. Windows color (decimal): -521942 or 2755064. OLE color: 2755064.

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

Color convert

RGB 248 9 42 -
CMYK 0 0.96 0.83 0.03
HSL 351.72º 0.94% 0.5% -
HSV(B) 351.72º 0.96% 0.97% -
XYZ 39.23 20.32 4.04 -
YUV 84.22 104.18 244.82 -
System Red Green Blue C M Y K H S L
Decimal 248 9 42 0 0.96 0.83 0.03 351.72 0.94 0.5
Hex F8 9 2A 0 60 53 3 160 5E 32
Octal 370 11 52 0 140 123 3 540 136 62
Binary 11111000 1001 101010 0 1100000 1010011 11 101100000 1011110 110010

Color Harmonies of #F8092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8092A

Black with #F8092A

Text Example


Text Example

White with #F8092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8092A; }

 p { color: rgb(248,9,42); }

 H1.HeaderClassName
 {
   color: #F8092A;
 }
 .AnyTagClassName
 {
   color: #F8092A;
 }
</style>

background-color css

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

 a { background-color: rgb(248,9,42); }

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

border-color css

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

 span { border-color: rgb(248,9,42); }

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