Html Css Color HEX #FE094A Torch Red

📋 copy color: '#FE094A'

red 254 ◦ green 9 ◦ blue 74

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

Shades of Torch Red #FE094A

Tints of Torch Red #FE094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

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

R = 75.37%
G = 2.67%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE094A (or 0xFE094A) is known color: Torch Red. HEX triplet: FE, 09 and 4A. RGB value is (254,9,74). Sum of RGB (Red+Green+Blue) = 254+9+74=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE094A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE094A is #01F6B5. Grayscale: #595959. Windows color (decimal): -128694 or 4852222. OLE color: 4852222.

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

Color convert

RGB 254 9 74 -
CMYK 0 0.96 0.71 0.00
HSL 344.08º 0.99% 0.52% -
HSV(B) 344.08º 0.96% 1% -
XYZ 42.21 21.76 8.45 -
YUV 89.67 119.17 245.21 -
System Red Green Blue C M Y K H S L
Decimal 254 9 74 0 0.96 0.71 0.00 344.08 0.99 0.52
Hex FE 9 4A 0 60 47 0 158 63 34
Octal 376 11 112 0 140 107 0 530 143 64
Binary 11111110 1001 1001010 0 1100000 1000111 0 101011000 1100011 110100

Color Harmonies of #FE094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE094A

Black with #FE094A

Text Example


Text Example

White with #FE094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE094A; }

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

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

background-color css

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

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

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

border-color css

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

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

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