Html Css Color HEX #FE084A Torch Red

📋 copy color: '#FE084A'

red 254 ◦ green 8 ◦ blue 74

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

Shades of Torch Red #FE084A

Tints of Torch Red #FE084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.02%

R = 75.6%
G = 2.38%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE084A (or 0xFE084A) is known color: Torch Red. HEX triplet: FE, 08 and 4A. RGB value is (254,8,74). Sum of RGB (Red+Green+Blue) = 254+8+74=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE084A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE084A is #01F7B5. Grayscale: #595959. Windows color (decimal): -128950 or 4851966. OLE color: 4851966.

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

Color convert

RGB 254 8 74 -
CMYK 0 0.97 0.71 0.00
HSL 343.9º 0.99% 0.51% -
HSV(B) 343.9º 0.97% 1% -
XYZ 42.2 21.74 8.45 -
YUV 89.08 119.5 245.63 -
System Red Green Blue C M Y K H S L
Decimal 254 8 74 0 0.97 0.71 0.00 343.9 0.99 0.51
Hex FE 8 4A 0 61 47 0 158 63 33
Octal 376 10 112 0 141 107 0 530 143 63
Binary 11111110 1000 1001010 0 1100001 1000111 0 101011000 1100011 110011

Color Harmonies of #FE084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE084A

Black with #FE084A

Text Example


Text Example

White with #FE084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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