Html Css Color HEX #F80409 Torch Red

📋 copy color: '#F80409'

red 248 ◦ green 4 ◦ blue 9

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

Shades of Torch Red #F80409

Tints of Torch Red #F80409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.45%

R = 95.02%
G = 1.53%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F80409 (or 0xF80409) is known color: Torch Red. HEX triplet: F8, 04 and 09. RGB value is (248,4,9). Sum of RGB (Red+Green+Blue) = 248+4+9=261 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.02% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 248 - color contains mainly: red. Hex color #F80409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80409 is #07FBF6. Grayscale: #4D4D4D. Windows color (decimal): -523255 or 591096. OLE color: 591096.

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

Color convert

RGB 248 4 9 -
CMYK 0 0.98 0.96 0.03
HSL 358.77º 0.97% 0.49% -
HSV(B) 358.77º 0.98% 0.97% -
XYZ 38.8 20.06 2.09 -
YUV 77.53 89.34 249.59 -
System Red Green Blue C M Y K H S L
Decimal 248 4 9 0 0.98 0.96 0.03 358.77 0.97 0.49
Hex F8 4 9 0 62 60 3 167 61 31
Octal 370 4 11 0 142 140 3 547 141 61
Binary 11111000 100 1001 0 1100010 1100000 11 101100111 1100001 110001

Color Harmonies of #F80409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80409

Black with #F80409

Text Example


Text Example

White with #F80409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80409; }

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

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

background-color css

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

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

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

border-color css

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

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

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