Html Css Color HEX #FE0408 Torch Red

📋 copy color: '#FE0408'

red 254 ◦ green 4 ◦ blue 8

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

Shades of Torch Red #FE0408

Tints of Torch Red #FE0408

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

 BLUE value IS 8 (3.52% from 255) = 3.01%

R = 95.49%
G = 1.5%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE0408 (or 0xFE0408) is known color: Torch Red. HEX triplet: FE, 04 and 08. RGB value is (254,4,8). Sum of RGB (Red+Green+Blue) = 254+4+8=266 (35% of max value = 765). Red value is 254 (99.61% from 255 or 95.49% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0408 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0408 is #01FBF7. Grayscale: #4F4F4F. Windows color (decimal): -130040 or 525566. OLE color: 525566.

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

Color convert

RGB 254 4 8 -
CMYK 0 0.98 0.97 0.00
HSL 359.04º 0.99% 0.51% -
HSV(B) 359.04º 0.98% 1% -
XYZ 40.96 21.18 2.16 -
YUV 79.21 87.83 252.67 -
System Red Green Blue C M Y K H S L
Decimal 254 4 8 0 0.98 0.97 0.00 359.04 0.99 0.51
Hex FE 4 8 0 62 61 0 167 63 33
Octal 376 4 10 0 142 141 0 547 143 63
Binary 11111110 100 1000 0 1100010 1100001 0 101100111 1100011 110011

Color Harmonies of #FE0408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0408

Black with #FE0408

Text Example


Text Example

White with #FE0408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0408; }

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

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

background-color css

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

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

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

border-color css

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

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

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