Html Css Color HEX #FE094C Torch Red

📋 copy color: '#FE094C'

red 254 ◦ green 9 ◦ blue 76

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

Shades of Torch Red #FE094C

Tints of Torch Red #FE094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.42%

R = 74.93%
G = 2.65%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE094C (or 0xFE094C) is known color: Torch Red. HEX triplet: FE, 09 and 4C. RGB value is (254,9,76). Sum of RGB (Red+Green+Blue) = 254+9+76=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE094C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE094C is #01F6B3. Grayscale: #595959. Windows color (decimal): -128692 or 4983294. OLE color: 4983294.

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

Color convert

RGB 254 9 76 -
CMYK 0 0.96 0.70 0.00
HSL 343.59º 0.99% 0.52% -
HSV(B) 343.59º 0.96% 1% -
XYZ 42.28 21.79 8.81 -
YUV 89.89 120.17 245.05 -
System Red Green Blue C M Y K H S L
Decimal 254 9 76 0 0.96 0.70 0.00 343.59 0.99 0.52
Hex FE 9 4C 0 60 46 0 158 63 34
Octal 376 11 114 0 140 106 0 530 143 64
Binary 11111110 1001 1001100 0 1100000 1000110 0 101011000 1100011 110100

Color Harmonies of #FE094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE094C

Black with #FE094C

Text Example


Text Example

White with #FE094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE094C; }

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

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

background-color css

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

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

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

border-color css

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

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

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