Html Css Color HEX #FE080C Torch Red

📋 copy color: '#FE080C'

red 254 ◦ green 8 ◦ blue 12

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

Shades of Torch Red #FE080C

Tints of Torch Red #FE080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.38%

R = 92.7%
G = 2.92%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE080C (or 0xFE080C) is known color: Torch Red. HEX triplet: FE, 08 and 0C. RGB value is (254,8,12). Sum of RGB (Red+Green+Blue) = 254+8+12=274 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.70% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 254 - color contains mainly: red. Hex color #FE080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE080C is #01F7F3. Grayscale: #525252. Windows color (decimal): -129012 or 788734. OLE color: 788734.

HSL color Cylindrical-coordinate representation of color #FE080C: hue angle of 359.02º 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 #FE080C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 8 12 -
CMYK 0 0.97 0.95 0.00
HSL 359.02º 0.99% 0.51% -
HSV(B) 359.02º 0.97% 1% -
XYZ 41.03 21.27 2.29 -
YUV 82.01 88.5 250.67 -
System Red Green Blue C M Y K H S L
Decimal 254 8 12 0 0.97 0.95 0.00 359.02 0.99 0.51
Hex FE 8 C 0 61 5F 0 167 63 33
Octal 376 10 14 0 141 137 0 547 143 63
Binary 11111110 1000 1100 0 1100001 1011111 0 101100111 1100011 110011

Color Harmonies of #FE080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE080C

Black with #FE080C

Text Example


Text Example

White with #FE080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE080C; }

 p { color: rgb(254,8,12); }

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

background-color css

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

 a { background-color: rgb(254,8,12); }

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

border-color css

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

 span { border-color: rgb(254,8,12); }

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