Html Css Color HEX #FC070E Torch Red

📋 copy color: '#FC070E'

red 252 ◦ green 7 ◦ blue 14

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

Shades of Torch Red #FC070E

Tints of Torch Red #FC070E

RGB

 RED value IS 252 (98.83% from 255) = 92.31%

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

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

R = 92.31%
G = 2.56%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC070E (or 0xFC070E) is known color: Torch Red. HEX triplet: FC, 07 and 0E. RGB value is (252,7,14). Sum of RGB (Red+Green+Blue) = 252+7+14=273 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.31% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 252 - color contains mainly: red. Hex color #FC070E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC070E is #03F8F1. Grayscale: #515151. Windows color (decimal): -260338 or 919548. OLE color: 919548.

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

Color convert

RGB 252 7 14 -
CMYK 0 0.97 0.94 0.01
HSL 358.29º 0.98% 0.51% -
HSV(B) 358.29º 0.97% 0.99% -
XYZ 40.3 20.88 2.32 -
YUV 81.05 90.17 249.93 -
System Red Green Blue C M Y K H S L
Decimal 252 7 14 0 0.97 0.94 0.01 358.29 0.98 0.51
Hex FC 7 E 0 61 5E 1 166 62 33
Octal 374 7 16 0 141 136 1 546 142 63
Binary 11111100 111 1110 0 1100001 1011110 1 101100110 1100010 110011

Color Harmonies of #FC070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC070E

Black with #FC070E

Text Example


Text Example

White with #FC070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC070E; }

 p { color: rgb(252,7,14); }

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

background-color css

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

 a { background-color: rgb(252,7,14); }

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

border-color css

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

 span { border-color: rgb(252,7,14); }

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