Html Css Color HEX #FE094B Torch Red

📋 copy color: '#FE094B'

red 254 ◦ green 9 ◦ blue 75

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

Shades of Torch Red #FE094B

Tints of Torch Red #FE094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 75.15%
G = 2.66%
B = 22.19%

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

#FE094B (or 0xFE094B) is known color: Torch Red. HEX triplet: FE, 09 and 4B. RGB value is (254,9,75). Sum of RGB (Red+Green+Blue) = 254+9+75=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE094B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE094B is #01F6B4. Grayscale: #595959. Windows color (decimal): -128693 or 4917758. OLE color: 4917758.

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

Color convert

RGB 254 9 75 -
CMYK 0 0.96 0.70 0.00
HSL 343.84º 0.99% 0.52% -
HSV(B) 343.84º 0.96% 1% -
XYZ 42.24 21.77 8.63 -
YUV 89.78 119.67 245.13 -
System Red Green Blue C M Y K H S L
Decimal 254 9 75 0 0.96 0.70 0.00 343.84 0.99 0.52
Hex FE 9 4B 0 60 46 0 158 63 34
Octal 376 11 113 0 140 106 0 530 143 64
Binary 11111110 1001 1001011 0 1100000 1000110 0 101011000 1100011 110100

Color Harmonies of #FE094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE094B

Black with #FE094B

Text Example


Text Example

White with #FE094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE094B; }

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

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

background-color css

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

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

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

border-color css

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

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

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