Html Css Color HEX #FE061A Torch Red

📋 copy color: '#FE061A'

red 254 ◦ green 6 ◦ blue 26

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

Shades of Torch Red #FE061A

Tints of Torch Red #FE061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.1%

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 88.81%
G = 2.1%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE061A (or 0xFE061A) is known color: Torch Red. HEX triplet: FE, 06 and 1A. RGB value is (254,6,26). Sum of RGB (Red+Green+Blue) = 254+6+26=286 (37% of max value = 765). Red value is 254 (99.61% from 255 or 88.81% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 254 - color contains mainly: red. Hex color #FE061A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE061A is #01F9E5. Grayscale: #525252. Windows color (decimal): -129510 or 1705726. OLE color: 1705726.

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

Color convert

RGB 254 6 26 -
CMYK 0 0.98 0.90 0.00
HSL 355.16º 0.99% 0.51% -
HSV(B) 355.16º 0.98% 1% -
XYZ 41.12 21.28 2.92 -
YUV 82.43 96.16 250.37 -
System Red Green Blue C M Y K H S L
Decimal 254 6 26 0 0.98 0.90 0.00 355.16 0.99 0.51
Hex FE 6 1A 0 62 5A 0 163 63 33
Octal 376 6 32 0 142 132 0 543 143 63
Binary 11111110 110 11010 0 1100010 1011010 0 101100011 1100011 110011

Color Harmonies of #FE061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE061A

Black with #FE061A

Text Example


Text Example

White with #FE061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE061A; }

 p { color: rgb(254,6,26); }

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

background-color css

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

 a { background-color: rgb(254,6,26); }

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

border-color css

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

 span { border-color: rgb(254,6,26); }

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