Html Css Color HEX #F8041A Torch Red

📋 copy color: '#F8041A'

red 248 ◦ green 4 ◦ blue 26

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

Shades of Torch Red #F8041A

Tints of Torch Red #F8041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.35%

R = 89.21%
G = 1.44%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8041A (or 0xF8041A) is known color: Torch Red. HEX triplet: F8, 04 and 1A. RGB value is (248,4,26). Sum of RGB (Red+Green+Blue) = 248+4+26=278 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.21% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 248 - color contains mainly: red. Hex color #F8041A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8041A is #07FBE5. Grayscale: #4F4F4F. Windows color (decimal): -523238 or 1705208. OLE color: 1705208.

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

Color convert

RGB 248 4 26 -
CMYK 0 0.98 0.90 0.03
HSL 354.59º 0.97% 0.49% -
HSV(B) 354.59º 0.98% 0.97% -
XYZ 38.94 20.12 2.81 -
YUV 79.46 97.84 248.21 -
System Red Green Blue C M Y K H S L
Decimal 248 4 26 0 0.98 0.90 0.03 354.59 0.97 0.49
Hex F8 4 1A 0 62 5A 3 163 61 31
Octal 370 4 32 0 142 132 3 543 141 61
Binary 11111000 100 11010 0 1100010 1011010 11 101100011 1100001 110001

Color Harmonies of #F8041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8041A

Black with #F8041A

Text Example


Text Example

White with #F8041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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