Html Css Color HEX #F8051E Torch Red

📋 copy color: '#F8051E'

red 248 ◦ green 5 ◦ blue 30

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

Shades of Torch Red #F8051E

Tints of Torch Red #F8051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 30 (12.11% from 255) = 10.6%

R = 87.63%
G = 1.77%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8051E (or 0xF8051E) is known color: Torch Red. HEX triplet: F8, 05 and 1E. RGB value is (248,5,30). Sum of RGB (Red+Green+Blue) = 248+5+30=283 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.63% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 248 - color contains mainly: red. Hex color #F8051E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8051E is #07FAE1. Grayscale: #505050. Windows color (decimal): -522978 or 1967608. OLE color: 1967608.

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

Color convert

RGB 248 5 30 -
CMYK 0 0.98 0.88 0.03
HSL 353.83º 0.96% 0.5% -
HSV(B) 353.83º 0.98% 0.97% -
XYZ 39 20.16 3.06 -
YUV 80.51 99.51 247.47 -
System Red Green Blue C M Y K H S L
Decimal 248 5 30 0 0.98 0.88 0.03 353.83 0.96 0.5
Hex F8 5 1E 0 62 58 3 162 60 32
Octal 370 5 36 0 142 130 3 542 140 62
Binary 11111000 101 11110 0 1100010 1011000 11 101100010 1100000 110010

Color Harmonies of #F8051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8051E

Black with #F8051E

Text Example


Text Example

White with #F8051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8051E; }

 p { color: rgb(248,5,30); }

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

background-color css

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

 a { background-color: rgb(248,5,30); }

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

border-color css

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

 span { border-color: rgb(248,5,30); }

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