Html Css Color HEX #F80506 Torch Red

📋 copy color: '#F80506'

red 248 ◦ green 5 ◦ blue 6

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

Shades of Torch Red #F80506

Tints of Torch Red #F80506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.32%

R = 95.75%
G = 1.93%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F80506 (or 0xF80506) is known color: Torch Red. HEX triplet: F8, 05 and 06. RGB value is (248,5,6). Sum of RGB (Red+Green+Blue) = 248+5+6=259 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.75% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 248 - color contains mainly: red. Hex color #F80506 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80506 is #07FAF9. Grayscale: #4E4E4E. Windows color (decimal): -523002 or 394744. OLE color: 394744.

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

Color convert

RGB 248 5 6 -
CMYK 0 0.98 0.98 0.03
HSL 359.75º 0.96% 0.5% -
HSV(B) 359.75º 0.98% 0.97% -
XYZ 38.8 20.08 2 -
YUV 77.77 87.51 249.42 -
System Red Green Blue C M Y K H S L
Decimal 248 5 6 0 0.98 0.98 0.03 359.75 0.96 0.5
Hex F8 5 6 0 62 62 3 168 60 32
Octal 370 5 6 0 142 142 3 550 140 62
Binary 11111000 101 110 0 1100010 1100010 11 101101000 1100000 110010

Color Harmonies of #F80506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80506

Black with #F80506

Text Example


Text Example

White with #F80506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80506; }

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

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

background-color css

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

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

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

border-color css

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

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

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