Html Css Color HEX #F8092C Torch Red

📋 copy color: '#F8092C'

red 248 ◦ green 9 ◦ blue 44

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

Shades of Torch Red #F8092C

Tints of Torch Red #F8092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 82.39%
G = 2.99%
B = 14.62%

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

#F8092C (or 0xF8092C) is known color: Torch Red. HEX triplet: F8, 09 and 2C. RGB value is (248,9,44). Sum of RGB (Red+Green+Blue) = 248+9+44=301 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.39% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 248 - color contains mainly: red. Hex color #F8092C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8092C is #07F6D3. Grayscale: #545454. Windows color (decimal): -521940 or 2886136. OLE color: 2886136.

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

Color convert

RGB 248 9 44 -
CMYK 0 0.96 0.82 0.03
HSL 351.21º 0.94% 0.5% -
HSV(B) 351.21º 0.96% 0.97% -
XYZ 39.26 20.33 4.24 -
YUV 84.45 105.18 244.65 -
System Red Green Blue C M Y K H S L
Decimal 248 9 44 0 0.96 0.82 0.03 351.21 0.94 0.5
Hex F8 9 2C 0 60 52 3 15F 5E 32
Octal 370 11 54 0 140 122 3 537 136 62
Binary 11111000 1001 101100 0 1100000 1010010 11 101011111 1011110 110010

Color Harmonies of #F8092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8092C

Black with #F8092C

Text Example


Text Example

White with #F8092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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