Html Css Color HEX #FC010A Torch Red

📋 copy color: '#FC010A'

red 252 ◦ green 1 ◦ blue 10

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

Shades of Torch Red #FC010A

Tints of Torch Red #FC010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 95.82%
G = 0.38%
B = 3.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC010A (or 0xFC010A) is known color: Torch Red. HEX triplet: FC, 01 and 0A. RGB value is (252,1,10). Sum of RGB (Red+Green+Blue) = 252+1+10=263 (34% of max value = 765). Red value is 252 (98.83% from 255 or 95.82% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 252 - color contains mainly: red. Hex color #FC010A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC010A is #03FEF5. Grayscale: #4D4D4D. Windows color (decimal): -261878 or 655868. OLE color: 655868.

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

Color convert

RGB 252 1 10 -
CMYK 0 1.00 0.96 0.01
HSL 357.85º 0.99% 0.5% -
HSV(B) 357.85º 1% 0.99% -
XYZ 40.21 20.74 2.17 -
YUV 77.08 90.16 252.77 -
System Red Green Blue C M Y K H S L
Decimal 252 1 10 0 1.00 0.96 0.01 357.85 0.99 0.5
Hex FC 1 A 0 64 60 1 166 63 32
Octal 374 1 12 0 144 140 1 546 143 62
Binary 11111100 1 1010 0 1100100 1100000 1 101100110 1100011 110010

Color Harmonies of #FC010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC010A

Black with #FC010A

Text Example


Text Example

White with #FC010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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