Html Css Color HEX #FE080A Torch Red

📋 copy color: '#FE080A'

red 254 ◦ green 8 ◦ blue 10

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

Shades of Torch Red #FE080A

Tints of Torch Red #FE080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.68%

R = 93.38%
G = 2.94%
B = 3.68%

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

#FE080A (or 0xFE080A) is known color: Torch Red. HEX triplet: FE, 08 and 0A. RGB value is (254,8,10). Sum of RGB (Red+Green+Blue) = 254+8+10=272 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.38% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 254 - color contains mainly: red. Hex color #FE080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE080A is #01F7F5. Grayscale: #525252. Windows color (decimal): -129014 or 657662. OLE color: 657662.

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

Color convert

RGB 254 8 10 -
CMYK 0 0.97 0.96 0.00
HSL 359.51º 0.99% 0.51% -
HSV(B) 359.51º 0.97% 1% -
XYZ 41.01 21.27 2.23 -
YUV 81.78 87.5 250.84 -
System Red Green Blue C M Y K H S L
Decimal 254 8 10 0 0.97 0.96 0.00 359.51 0.99 0.51
Hex FE 8 A 0 61 60 0 168 63 33
Octal 376 10 12 0 141 140 0 550 143 63
Binary 11111110 1000 1010 0 1100001 1100000 0 101101000 1100011 110011

Color Harmonies of #FE080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE080A

Black with #FE080A

Text Example


Text Example

White with #FE080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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