Html Css Color HEX #F8040F Torch Red

📋 copy color: '#F8040F'

red 248 ◦ green 4 ◦ blue 15

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

Shades of Torch Red #F8040F

Tints of Torch Red #F8040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 92.88%
G = 1.5%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8040F (or 0xF8040F) is known color: Torch Red. HEX triplet: F8, 04 and 0F. RGB value is (248,4,15). Sum of RGB (Red+Green+Blue) = 248+4+15=267 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.88% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 248 - color contains mainly: red. Hex color #F8040F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8040F is #07FBF0. Grayscale: #4E4E4E. Windows color (decimal): -523249 or 984312. OLE color: 984312.

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

Color convert

RGB 248 4 15 -
CMYK 0 0.98 0.94 0.03
HSL 357.3º 0.97% 0.49% -
HSV(B) 357.3º 0.98% 0.97% -
XYZ 38.84 20.08 2.28 -
YUV 78.21 92.34 249.11 -
System Red Green Blue C M Y K H S L
Decimal 248 4 15 0 0.98 0.94 0.03 357.3 0.97 0.49
Hex F8 4 F 0 62 5E 3 165 61 31
Octal 370 4 17 0 142 136 3 545 141 61
Binary 11111000 100 1111 0 1100010 1011110 11 101100101 1100001 110001

Color Harmonies of #F8040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8040F

Black with #F8040F

Text Example


Text Example

White with #F8040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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