Html Css Color HEX #F8092D Torch Red

📋 copy color: '#F8092D'

red 248 ◦ green 9 ◦ blue 45

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

Shades of Torch Red #F8092D

Tints of Torch Red #F8092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.9%

R = 82.12%
G = 2.98%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8092D (or 0xF8092D) is known color: Torch Red. HEX triplet: F8, 09 and 2D. RGB value is (248,9,45). Sum of RGB (Red+Green+Blue) = 248+9+45=302 (40% of max value = 765). Red value is 248 (97.27% from 255 or 82.12% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 248 - color contains mainly: red. Hex color #F8092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8092D is #07F6D2. Grayscale: #545454. Windows color (decimal): -521939 or 2951672. OLE color: 2951672.

HSL color Cylindrical-coordinate representation of color #F8092D: hue angle of 350.96º 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 #F8092D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 9 45 -
CMYK 0 0.96 0.82 0.03
HSL 350.96º 0.94% 0.5% -
HSV(B) 350.96º 0.96% 0.97% -
XYZ 39.28 20.34 4.34 -
YUV 84.57 105.68 244.57 -
System Red Green Blue C M Y K H S L
Decimal 248 9 45 0 0.96 0.82 0.03 350.96 0.94 0.5
Hex F8 9 2D 0 60 52 3 15F 5E 32
Octal 370 11 55 0 140 122 3 537 136 62
Binary 11111000 1001 101101 0 1100000 1010010 11 101011111 1011110 110010

Color Harmonies of #F8092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8092D

Black with #F8092D

Text Example


Text Example

White with #F8092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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