Html Css Color HEX #F80B0F Torch Red

📋 copy color: '#F80B0F'

red 248 ◦ green 11 ◦ blue 15

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

Shades of Torch Red #F80B0F

Tints of Torch Red #F80B0F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.01%

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 90.51%
G = 4.01%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F80B0F (or 0xF80B0F) is known color: Torch Red. HEX triplet: F8, 0B and 0F. RGB value is (248,11,15). Sum of RGB (Red+Green+Blue) = 248+11+15=274 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.51% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80B0F is #07F4F0. Grayscale: #525252. Windows color (decimal): -521457 or 986104. OLE color: 986104.

HSL color Cylindrical-coordinate representation of color #F80B0F: hue angle of 358.99º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80B0F is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 11 15 -
CMYK 0 0.96 0.94 0.03
HSL 358.99º 0.94% 0.51% -
HSV(B) 358.99º 0.96% 0.97% -
XYZ 38.92 20.23 2.31 -
YUV 82.32 90.02 246.17 -
System Red Green Blue C M Y K H S L
Decimal 248 11 15 0 0.96 0.94 0.03 358.99 0.94 0.51
Hex F8 B F 0 60 5E 3 167 5E 33
Octal 370 13 17 0 140 136 3 547 136 63
Binary 11111000 1011 1111 0 1100000 1011110 11 101100111 1011110 110011

Color Harmonies of #F80B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80B0F

Black with #F80B0F

Text Example


Text Example

White with #F80B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80B0F; }

 p { color: rgb(248,11,15); }

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

background-color css

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

 a { background-color: rgb(248,11,15); }

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

border-color css

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

 span { border-color: rgb(248,11,15); }

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