Html Css Color HEX #FE070B Torch Red

📋 copy color: '#FE070B'

red 254 ◦ green 7 ◦ blue 11

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

Shades of Torch Red #FE070B

Tints of Torch Red #FE070B

RGB

 RED value IS 254 (99.61% from 255) = 93.38%

 GREEN value IS 7 (3.13% from 255) = 2.57%

 BLUE value IS 11 (4.69% from 255) = 4.04%

R = 93.38%
G = 2.57%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE070B (or 0xFE070B) is known color: Torch Red. HEX triplet: FE, 07 and 0B. RGB value is (254,7,11). Sum of RGB (Red+Green+Blue) = 254+7+11=272 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.38% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 254 - color contains mainly: red. Hex color #FE070B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE070B is #01F8F4. Grayscale: #515151. Windows color (decimal): -129269 or 722942. OLE color: 722942.

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

Color convert

RGB 254 7 11 -
CMYK 0 0.97 0.96 0.00
HSL 359.03º 0.99% 0.51% -
HSV(B) 359.03º 0.97% 1% -
XYZ 41.01 21.25 2.26 -
YUV 81.31 88.33 251.17 -
System Red Green Blue C M Y K H S L
Decimal 254 7 11 0 0.97 0.96 0.00 359.03 0.99 0.51
Hex FE 7 B 0 61 60 0 167 63 33
Octal 376 7 13 0 141 140 0 547 143 63
Binary 11111110 111 1011 0 1100001 1100000 0 101100111 1100011 110011

Color Harmonies of #FE070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE070B

Black with #FE070B

Text Example


Text Example

White with #FE070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE070B; }

 p { color: rgb(254,7,11); }

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

background-color css

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

 a { background-color: rgb(254,7,11); }

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

border-color css

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

 span { border-color: rgb(254,7,11); }

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