Html Css Color HEX #F8090F Torch Red

📋 copy color: '#F8090F'

red 248 ◦ green 9 ◦ blue 15

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

Shades of Torch Red #F8090F

Tints of Torch Red #F8090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 91.18%
G = 3.31%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8090F (or 0xF8090F) is known color: Torch Red. HEX triplet: F8, 09 and 0F. RGB value is (248,9,15). Sum of RGB (Red+Green+Blue) = 248+9+15=272 (36% of max value = 765). Red value is 248 (97.27% from 255 or 91.18% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 248 - color contains mainly: red. Hex color #F8090F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8090F is #07F6F0. Grayscale: #515151. Windows color (decimal): -521969 or 985592. OLE color: 985592.

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

Color convert

RGB 248 9 15 -
CMYK 0 0.96 0.94 0.03
HSL 358.49º 0.94% 0.5% -
HSV(B) 358.49º 0.96% 0.97% -
XYZ 38.9 20.19 2.3 -
YUV 81.15 90.68 247.01 -
System Red Green Blue C M Y K H S L
Decimal 248 9 15 0 0.96 0.94 0.03 358.49 0.94 0.5
Hex F8 9 F 0 60 5E 3 166 5E 32
Octal 370 11 17 0 140 136 3 546 136 62
Binary 11111000 1001 1111 0 1100000 1011110 11 101100110 1011110 110010

Color Harmonies of #F8090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8090F

Black with #F8090F

Text Example


Text Example

White with #F8090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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