Html Css Color HEX #FC080F Torch Red

📋 copy color: '#FC080F'

red 252 ◦ green 8 ◦ blue 15

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

Shades of Torch Red #FC080F

Tints of Torch Red #FC080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.91%

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

R = 91.64%
G = 2.91%
B = 5.45%

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

#FC080F (or 0xFC080F) is known color: Torch Red. HEX triplet: FC, 08 and 0F. RGB value is (252,8,15). Sum of RGB (Red+Green+Blue) = 252+8+15=275 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.64% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 252 - color contains mainly: red. Hex color #FC080F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC080F is #03F7F0. Grayscale: #515151. Windows color (decimal): -260081 or 985340. OLE color: 985340.

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

Color convert

RGB 252 8 15 -
CMYK 0 0.97 0.94 0.01
HSL 358.28º 0.98% 0.51% -
HSV(B) 358.28º 0.97% 0.99% -
XYZ 40.32 20.9 2.36 -
YUV 81.75 90.34 249.43 -
System Red Green Blue C M Y K H S L
Decimal 252 8 15 0 0.97 0.94 0.01 358.28 0.98 0.51
Hex FC 8 F 0 61 5E 1 166 62 33
Octal 374 10 17 0 141 136 1 546 142 63
Binary 11111100 1000 1111 0 1100001 1011110 1 101100110 1100010 110011

Color Harmonies of #FC080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC080F

Black with #FC080F

Text Example


Text Example

White with #FC080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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