Html Css Color HEX #FA013C Torch Red

📋 copy color: '#FA013C'

red 250 ◦ green 1 ◦ blue 60

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

Shades of Torch Red #FA013C

Tints of Torch Red #FA013C

RGB

 RED value IS 250 (98.05% from 255) = 80.39%

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 80.39%
G = 0.32%
B = 19.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA013C (or 0xFA013C) is known color: Torch Red. HEX triplet: FA, 01 and 3C. RGB value is (250,1,60). Sum of RGB (Red+Green+Blue) = 250+1+60=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA013C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA013C is #05FEC3. Grayscale: #525252. Windows color (decimal): -392900 or 3932666. OLE color: 3932666.

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

Color convert

RGB 250 1 60 -
CMYK 0 1.00 0.76 0.02
HSL 345.78º 0.99% 0.49% -
HSV(B) 345.78º 1% 0.98% -
XYZ 40.25 20.67 6.14 -
YUV 82.18 115.49 247.7 -
System Red Green Blue C M Y K H S L
Decimal 250 1 60 0 1.00 0.76 0.02 345.78 0.99 0.49
Hex FA 1 3C 0 64 4C 2 15A 63 31
Octal 372 1 74 0 144 114 2 532 143 61
Binary 11111010 1 111100 0 1100100 1001100 10 101011010 1100011 110001

Color Harmonies of #FA013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA013C

Black with #FA013C

Text Example


Text Example

White with #FA013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA013C; }

 p { color: rgb(250,1,60); }

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

background-color css

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

 a { background-color: rgb(250,1,60); }

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

border-color css

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

 span { border-color: rgb(250,1,60); }

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