Html Css Color HEX #FC061A Torch Red

📋 copy color: '#FC061A'

red 252 ◦ green 6 ◦ blue 26

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

Shades of Torch Red #FC061A

Tints of Torch Red #FC061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

 BLUE value IS 26 (10.55% from 255) = 9.15%

R = 88.73%
G = 2.11%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC061A (or 0xFC061A) is known color: Torch Red. HEX triplet: FC, 06 and 1A. RGB value is (252,6,26). Sum of RGB (Red+Green+Blue) = 252+6+26=284 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.73% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 252 - color contains mainly: red. Hex color #FC061A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC061A is #03F9E5. Grayscale: #525252. Windows color (decimal): -260582 or 1705724. OLE color: 1705724.

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

Color convert

RGB 252 6 26 -
CMYK 0 0.98 0.90 0.01
HSL 355.12º 0.98% 0.51% -
HSV(B) 355.12º 0.98% 0.99% -
XYZ 40.4 20.9 2.88 -
YUV 81.83 96.5 249.37 -
System Red Green Blue C M Y K H S L
Decimal 252 6 26 0 0.98 0.90 0.01 355.12 0.98 0.51
Hex FC 6 1A 0 62 5A 1 163 62 33
Octal 374 6 32 0 142 132 1 543 142 63
Binary 11111100 110 11010 0 1100010 1011010 1 101100011 1100010 110011

Color Harmonies of #FC061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC061A

Black with #FC061A

Text Example


Text Example

White with #FC061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC061A; }

 p { color: rgb(252,6,26); }

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

background-color css

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

 a { background-color: rgb(252,6,26); }

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

border-color css

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

 span { border-color: rgb(252,6,26); }

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