Html Css Color HEX #FE070C Torch Red

📋 copy color: '#FE070C'

red 254 ◦ green 7 ◦ blue 12

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

Shades of Torch Red #FE070C

Tints of Torch Red #FE070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

 BLUE value IS 12 (5.08% from 255) = 4.4%

R = 93.04%
G = 2.56%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE070C (or 0xFE070C) is known color: Torch Red. HEX triplet: FE, 07 and 0C. RGB value is (254,7,12). Sum of RGB (Red+Green+Blue) = 254+7+12=273 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.04% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 254 - color contains mainly: red. Hex color #FE070C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE070C is #01F8F3. Grayscale: #515151. Windows color (decimal): -129268 or 788478. OLE color: 788478.

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

Color convert

RGB 254 7 12 -
CMYK 0 0.97 0.95 0.00
HSL 358.79º 0.99% 0.51% -
HSV(B) 358.79º 0.97% 1% -
XYZ 41.02 21.25 2.29 -
YUV 81.42 88.83 251.09 -
System Red Green Blue C M Y K H S L
Decimal 254 7 12 0 0.97 0.95 0.00 358.79 0.99 0.51
Hex FE 7 C 0 61 5F 0 167 63 33
Octal 376 7 14 0 141 137 0 547 143 63
Binary 11111110 111 1100 0 1100001 1011111 0 101100111 1100011 110011

Color Harmonies of #FE070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE070C

Black with #FE070C

Text Example


Text Example

White with #FE070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE070C; }

 p { color: rgb(254,7,12); }

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

background-color css

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

 a { background-color: rgb(254,7,12); }

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

border-color css

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

 span { border-color: rgb(254,7,12); }

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