Html Css Color HEX #FC070F Torch Red

📋 copy color: '#FC070F'

red 252 ◦ green 7 ◦ blue 15

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

Shades of Torch Red #FC070F

Tints of Torch Red #FC070F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 91.97%
G = 2.55%
B = 5.47%

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

#FC070F (or 0xFC070F) is known color: Torch Red. HEX triplet: FC, 07 and 0F. RGB value is (252,7,15). Sum of RGB (Red+Green+Blue) = 252+7+15=274 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.97% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 252 - color contains mainly: red. Hex color #FC070F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC070F is #03F8F0. Grayscale: #515151. Windows color (decimal): -260337 or 985084. OLE color: 985084.

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

Color convert

RGB 252 7 15 -
CMYK 0 0.97 0.94 0.01
HSL 358.04º 0.98% 0.51% -
HSV(B) 358.04º 0.97% 0.99% -
XYZ 40.31 20.88 2.36 -
YUV 81.17 90.67 249.85 -
System Red Green Blue C M Y K H S L
Decimal 252 7 15 0 0.97 0.94 0.01 358.04 0.98 0.51
Hex FC 7 F 0 61 5E 1 166 62 33
Octal 374 7 17 0 141 136 1 546 142 63
Binary 11111100 111 1111 0 1100001 1011110 1 101100110 1100010 110011

Color Harmonies of #FC070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC070F

Black with #FC070F

Text Example


Text Example

White with #FC070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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