Html Css Color HEX #FE0842 Torch Red

📋 copy color: '#FE0842'

red 254 ◦ green 8 ◦ blue 66

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

Shades of Torch Red #FE0842

Tints of Torch Red #FE0842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 77.44%
G = 2.44%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE0842 (or 0xFE0842) is known color: Torch Red. HEX triplet: FE, 08 and 42. RGB value is (254,8,66). Sum of RGB (Red+Green+Blue) = 254+8+66=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0842 is #01F7BD. Grayscale: #585858. Windows color (decimal): -128958 or 4327678. OLE color: 4327678.

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

Color convert

RGB 254 8 66 -
CMYK 0 0.97 0.74 0.00
HSL 345.85º 0.99% 0.51% -
HSV(B) 345.85º 0.97% 1% -
XYZ 41.94 21.64 7.12 -
YUV 88.17 115.5 246.28 -
System Red Green Blue C M Y K H S L
Decimal 254 8 66 0 0.97 0.74 0.00 345.85 0.99 0.51
Hex FE 8 42 0 61 4A 0 15A 63 33
Octal 376 10 102 0 141 112 0 532 143 63
Binary 11111110 1000 1000010 0 1100001 1001010 0 101011010 1100011 110011

Color Harmonies of #FE0842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0842

Black with #FE0842

Text Example


Text Example

White with #FE0842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0842; }

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

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

background-color css

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

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

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

border-color css

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

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

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