Html Css Color HEX #FE060E Torch Red

📋 copy color: '#FE060E'

red 254 ◦ green 6 ◦ blue 14

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

Shades of Torch Red #FE060E

Tints of Torch Red #FE060E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.11%

R = 92.7%
G = 2.19%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE060E (or 0xFE060E) is known color: Torch Red. HEX triplet: FE, 06 and 0E. RGB value is (254,6,14). Sum of RGB (Red+Green+Blue) = 254+6+14=274 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.70% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 254 - color contains mainly: red. Hex color #FE060E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE060E is #01F9F1. Grayscale: #515151. Windows color (decimal): -129522 or 919294. OLE color: 919294.

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

Color convert

RGB 254 6 14 -
CMYK 0 0.98 0.94 0.00
HSL 358.06º 0.99% 0.51% -
HSV(B) 358.06º 0.98% 1% -
XYZ 41.02 21.23 2.35 -
YUV 81.06 90.16 251.35 -
System Red Green Blue C M Y K H S L
Decimal 254 6 14 0 0.98 0.94 0.00 358.06 0.99 0.51
Hex FE 6 E 0 62 5E 0 166 63 33
Octal 376 6 16 0 142 136 0 546 143 63
Binary 11111110 110 1110 0 1100010 1011110 0 101100110 1100011 110011

Color Harmonies of #FE060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE060E

Black with #FE060E

Text Example


Text Example

White with #FE060E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE060E; }

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

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

background-color css

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

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

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

border-color css

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

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

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