Html Css Color HEX #F80408 Torch Red

📋 copy color: '#F80408'

red 248 ◦ green 4 ◦ blue 8

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

Shades of Torch Red #F80408

Tints of Torch Red #F80408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.08%

R = 95.38%
G = 1.54%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F80408 (or 0xF80408) is known color: Torch Red. HEX triplet: F8, 04 and 08. RGB value is (248,4,8). Sum of RGB (Red+Green+Blue) = 248+4+8=260 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.38% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 248 - color contains mainly: red. Hex color #F80408 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80408 is #07FBF7. Grayscale: #4D4D4D. Windows color (decimal): -523256 or 525560. OLE color: 525560.

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

Color convert

RGB 248 4 8 -
CMYK 0 0.98 0.97 0.03
HSL 359.02º 0.97% 0.49% -
HSV(B) 359.02º 0.98% 0.97% -
XYZ 38.8 20.06 2.06 -
YUV 77.41 88.84 249.67 -
System Red Green Blue C M Y K H S L
Decimal 248 4 8 0 0.98 0.97 0.03 359.02 0.97 0.49
Hex F8 4 8 0 62 61 3 167 61 31
Octal 370 4 10 0 142 141 3 547 141 61
Binary 11111000 100 1000 0 1100010 1100001 11 101100111 1100001 110001

Color Harmonies of #F80408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80408

Black with #F80408

Text Example


Text Example

White with #F80408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80408; }

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

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

background-color css

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

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

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

border-color css

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

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

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