Html Css Color HEX #FC0A40 Torch Red

📋 copy color: '#FC0A40'

red 252 ◦ green 10 ◦ blue 64

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

Shades of Torch Red #FC0A40

Tints of Torch Red #FC0A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.07%

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 77.3%
G = 3.07%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC0A40 (or 0xFC0A40) is known color: Torch Red. HEX triplet: FC, 0A and 40. RGB value is (252,10,64). Sum of RGB (Red+Green+Blue) = 252+10+64=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0A40 is #03F5BF. Grayscale: #585858. Windows color (decimal): -259520 or 4197116. OLE color: 4197116.

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

Color convert

RGB 252 10 64 -
CMYK 0 0.96 0.75 0.01
HSL 346.61º 0.98% 0.51% -
HSV(B) 346.61º 0.96% 0.99% -
XYZ 41.18 21.28 6.79 -
YUV 88.51 114.17 244.61 -
System Red Green Blue C M Y K H S L
Decimal 252 10 64 0 0.96 0.75 0.01 346.61 0.98 0.51
Hex FC A 40 0 60 4B 1 15B 62 33
Octal 374 12 100 0 140 113 1 533 142 63
Binary 11111100 1010 1000000 0 1100000 1001011 1 101011011 1100010 110011

Color Harmonies of #FC0A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A40

Black with #FC0A40

Text Example


Text Example

White with #FC0A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A40; }

 p { color: rgb(252,10,64); }

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

background-color css

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

 a { background-color: rgb(252,10,64); }

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

border-color css

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

 span { border-color: rgb(252,10,64); }

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