Html Css Color HEX #FC000A Torch Red

📋 copy color: '#FC000A'

red 252 ◦ green 0 ◦ blue 10

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

Shades of Torch Red #FC000A

Tints of Torch Red #FC000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.18%
G = 0%
B = 3.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC000A (or 0xFC000A) is known color: Torch Red. HEX triplet: FC, 00 and 0A. RGB value is (252,0,10). Sum of RGB (Red+Green+Blue) = 252+0+10=262 (34% of max value = 765). Red value is 252 (98.83% from 255 or 96.18% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 252 - color contains mainly: red. Hex color #FC000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC000A is #03FFF5. Grayscale: #4C4C4C. Windows color (decimal): -262134 or 655612. OLE color: 655612.

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

Color convert

RGB 252 0 10 -
CMYK 0 1 0.96 0.01
HSL 357.62º 1% 0.49% -
HSV(B) 357.62º 1% 0.99% -
XYZ 40.2 20.72 2.17 -
YUV 76.49 90.49 253.19 -
System Red Green Blue C M Y K H S L
Decimal 252 0 10 0 1 0.96 0.01 357.62 1 0.49
Hex FC 0 A 0 64 60 1 166 64 31
Octal 374 0 12 0 144 140 1 546 144 61
Binary 11111100 0 1010 0 1100100 1100000 1 101100110 1100100 110001

Color Harmonies of #FC000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC000A

Black with #FC000A

Text Example


Text Example

White with #FC000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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