Html Css Color HEX #F80617 Torch Red

📋 copy color: '#F80617'

red 248 ◦ green 6 ◦ blue 23

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

Shades of Torch Red #F80617

Tints of Torch Red #F80617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 23 (9.38% from 255) = 8.3%

R = 89.53%
G = 2.17%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F80617 (or 0xF80617) is known color: Torch Red. HEX triplet: F8, 06 and 17. RGB value is (248,6,23). Sum of RGB (Red+Green+Blue) = 248+6+23=277 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.53% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 248 - color contains mainly: red. Hex color #F80617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80617 is #07F9E8. Grayscale: #505050. Windows color (decimal): -522729 or 1509112. OLE color: 1509112.

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

Color convert

RGB 248 6 23 -
CMYK 0 0.98 0.91 0.03
HSL 355.79º 0.95% 0.5% -
HSV(B) 355.79º 0.98% 0.97% -
XYZ 38.93 20.15 2.65 -
YUV 80.3 95.67 247.62 -
System Red Green Blue C M Y K H S L
Decimal 248 6 23 0 0.98 0.91 0.03 355.79 0.95 0.5
Hex F8 6 17 0 62 5B 3 164 5F 32
Octal 370 6 27 0 142 133 3 544 137 62
Binary 11111000 110 10111 0 1100010 1011011 11 101100100 1011111 110010

Color Harmonies of #F80617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80617

Black with #F80617

Text Example


Text Example

White with #F80617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80617; }

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

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

background-color css

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

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

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

border-color css

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

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

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