Html Css Color HEX #F8010E Torch Red

📋 copy color: '#F8010E'

red 248 ◦ green 1 ◦ blue 14

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

Shades of Torch Red #F8010E

Tints of Torch Red #F8010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 14 (5.86% from 255) = 5.32%

R = 94.3%
G = 0.38%
B = 5.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8010E (or 0xF8010E) is known color: Torch Red. HEX triplet: F8, 01 and 0E. RGB value is (248,1,14). Sum of RGB (Red+Green+Blue) = 248+1+14=263 (34% of max value = 765). Red value is 248 (97.27% from 255 or 94.30% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 248 - color contains mainly: red. Hex color #F8010E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8010E is #07FEF1. Grayscale: #4C4C4C. Windows color (decimal): -524018 or 918008. OLE color: 918008.

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

Color convert

RGB 248 1 14 -
CMYK 0 1.00 0.94 0.03
HSL 356.84º 0.99% 0.49% -
HSV(B) 356.84º 1% 0.97% -
XYZ 38.8 20.01 2.23 -
YUV 76.34 92.83 250.44 -
System Red Green Blue C M Y K H S L
Decimal 248 1 14 0 1.00 0.94 0.03 356.84 0.99 0.49
Hex F8 1 E 0 64 5E 3 165 63 31
Octal 370 1 16 0 144 136 3 545 143 61
Binary 11111000 1 1110 0 1100100 1011110 11 101100101 1100011 110001

Color Harmonies of #F8010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8010E

Black with #F8010E

Text Example


Text Example

White with #F8010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8010E; }

 p { color: rgb(248,1,14); }

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

background-color css

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

 a { background-color: rgb(248,1,14); }

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

border-color css

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

 span { border-color: rgb(248,1,14); }

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