Html Css Color HEX #FC050A Torch Red

📋 copy color: '#FC050A'

red 252 ◦ green 5 ◦ blue 10

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

Shades of Torch Red #FC050A

Tints of Torch Red #FC050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 10 (4.3% from 255) = 3.75%

R = 94.38%
G = 1.87%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC050A (or 0xFC050A) is known color: Torch Red. HEX triplet: FC, 05 and 0A. RGB value is (252,5,10). Sum of RGB (Red+Green+Blue) = 252+5+10=267 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.38% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 252 - color contains mainly: red. Hex color #FC050A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC050A is #03FAF5. Grayscale: #4F4F4F. Windows color (decimal): -260854 or 656892. OLE color: 656892.

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

Color convert

RGB 252 5 10 -
CMYK 0 0.98 0.96 0.01
HSL 358.79º 0.98% 0.5% -
HSV(B) 358.79º 0.98% 0.99% -
XYZ 40.25 20.83 2.19 -
YUV 79.42 88.83 251.09 -
System Red Green Blue C M Y K H S L
Decimal 252 5 10 0 0.98 0.96 0.01 358.79 0.98 0.5
Hex FC 5 A 0 62 60 1 167 62 32
Octal 374 5 12 0 142 140 1 547 142 62
Binary 11111100 101 1010 0 1100010 1100000 1 101100111 1100010 110010

Color Harmonies of #FC050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC050A

Black with #FC050A

Text Example


Text Example

White with #FC050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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