Html Css Color HEX #FE0A3E Torch Red

📋 copy color: '#FE0A3E'

red 254 ◦ green 10 ◦ blue 62

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

Shades of Torch Red #FE0A3E

Tints of Torch Red #FE0A3E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.07%

 BLUE value IS 62 (24.61% from 255) = 19.02%

R = 77.91%
G = 3.07%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE0A3E (or 0xFE0A3E) is known color: Torch Red. HEX triplet: FE, 0A and 3E. RGB value is (254,10,62). Sum of RGB (Red+Green+Blue) = 254+10+62=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0A3E is #01F5C1. Grayscale: #585858. Windows color (decimal): -128450 or 4066046. OLE color: 4066046.

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

Color convert

RGB 254 10 62 -
CMYK 0 0.96 0.76 0.00
HSL 347.21º 0.99% 0.52% -
HSV(B) 347.21º 0.96% 1% -
XYZ 41.85 21.64 6.53 -
YUV 88.88 112.84 245.77 -
System Red Green Blue C M Y K H S L
Decimal 254 10 62 0 0.96 0.76 0.00 347.21 0.99 0.52
Hex FE A 3E 0 60 4C 0 15B 63 34
Octal 376 12 76 0 140 114 0 533 143 64
Binary 11111110 1010 111110 0 1100000 1001100 0 101011011 1100011 110100

Color Harmonies of #FE0A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0A3E

Black with #FE0A3E

Text Example


Text Example

White with #FE0A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0A3E; }

 p { color: rgb(254,10,62); }

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

background-color css

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

 a { background-color: rgb(254,10,62); }

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

border-color css

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

 span { border-color: rgb(254,10,62); }

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