Html Css Color HEX #FB080E Torch Red

📋 copy color: '#FB080E'

red 251 ◦ green 8 ◦ blue 14

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

Shades of Torch Red #FB080E

Tints of Torch Red #FB080E

RGB

 RED value IS 251 (98.44% from 255) = 91.94%

 GREEN value IS 8 (3.52% from 255) = 2.93%

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 91.94%
G = 2.93%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB080E (or 0xFB080E) is known color: Torch Red. HEX triplet: FB, 08 and 0E. RGB value is (251,8,14). Sum of RGB (Red+Green+Blue) = 251+8+14=273 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.94% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 251 - color contains mainly: red. Hex color #FB080E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB080E is #04F7F1. Grayscale: #515151. Windows color (decimal): -325618 or 919803. OLE color: 919803.

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

Color convert

RGB 251 8 14 -
CMYK 0 0.97 0.94 0.02
HSL 358.52º 0.97% 0.51% -
HSV(B) 358.52º 0.97% 0.98% -
XYZ 39.95 20.71 2.31 -
YUV 81.34 90.01 249.01 -
System Red Green Blue C M Y K H S L
Decimal 251 8 14 0 0.97 0.94 0.02 358.52 0.97 0.51
Hex FB 8 E 0 61 5E 2 167 61 33
Octal 373 10 16 0 141 136 2 547 141 63
Binary 11111011 1000 1110 0 1100001 1011110 10 101100111 1100001 110011

Color Harmonies of #FB080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB080E

Black with #FB080E

Text Example


Text Example

White with #FB080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB080E; }

 p { color: rgb(251,8,14); }

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

background-color css

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

 a { background-color: rgb(251,8,14); }

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

border-color css

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

 span { border-color: rgb(251,8,14); }

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