Html Css Color HEX #F8000F Torch Red

📋 copy color: '#F8000F'

red 248 ◦ green 0 ◦ blue 15

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

Shades of Torch Red #F8000F

Tints of Torch Red #F8000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.3%
G = 0%
B = 5.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8000F (or 0xF8000F) is known color: Torch Red. HEX triplet: F8, 00 and 0F. RGB value is (248,0,15). Sum of RGB (Red+Green+Blue) = 248+0+15=263 (34% of max value = 765). Red value is 248 (97.27% from 255 or 94.30% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 248 - color contains mainly: red. Hex color #F8000F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8000F is #07FFF0. Grayscale: #4C4C4C. Windows color (decimal): -524273 or 983288. OLE color: 983288.

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

Color convert

RGB 248 0 15 -
CMYK 0 1 0.94 0.03
HSL 356.37º 1% 0.49% -
HSV(B) 356.37º 1% 0.97% -
XYZ 38.8 19.99 2.27 -
YUV 75.86 93.66 250.78 -
System Red Green Blue C M Y K H S L
Decimal 248 0 15 0 1 0.94 0.03 356.37 1 0.49
Hex F8 0 F 0 64 5E 3 164 64 31
Octal 370 0 17 0 144 136 3 544 144 61
Binary 11111000 0 1111 0 1100100 1011110 11 101100100 1100100 110001

Color Harmonies of #F8000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8000F

Black with #F8000F

Text Example


Text Example

White with #F8000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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