Html Css Color HEX #FE0406 Torch Red

📋 copy color: '#FE0406'

red 254 ◦ green 4 ◦ blue 6

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

Shades of Torch Red #FE0406

Tints of Torch Red #FE0406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.27%

R = 96.21%
G = 1.52%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE0406 (or 0xFE0406) is known color: Torch Red. HEX triplet: FE, 04 and 06. RGB value is (254,4,6). Sum of RGB (Red+Green+Blue) = 254+4+6=264 (34% of max value = 765). Red value is 254 (99.61% from 255 or 96.21% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0406 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0406 is #01FBF9. Grayscale: #4F4F4F. Windows color (decimal): -130042 or 394494. OLE color: 394494.

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

Color convert

RGB 254 4 6 -
CMYK 0 0.98 0.98 0.00
HSL 359.52º 0.99% 0.51% -
HSV(B) 359.52º 0.98% 1% -
XYZ 40.95 21.17 2.1 -
YUV 78.98 86.83 252.84 -
System Red Green Blue C M Y K H S L
Decimal 254 4 6 0 0.98 0.98 0.00 359.52 0.99 0.51
Hex FE 4 6 0 62 62 0 168 63 33
Octal 376 4 6 0 142 142 0 550 143 63
Binary 11111110 100 110 0 1100010 1100010 0 101101000 1100011 110011

Color Harmonies of #FE0406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0406

Black with #FE0406

Text Example


Text Example

White with #FE0406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0406; }

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

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

background-color css

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

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

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

border-color css

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

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

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