Html Css Color HEX #FA012C Torch Red

📋 copy color: '#FA012C'

red 250 ◦ green 1 ◦ blue 44

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

Shades of Torch Red #FA012C

Tints of Torch Red #FA012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 84.75%
G = 0.34%
B = 14.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA012C (or 0xFA012C) is known color: Torch Red. HEX triplet: FA, 01 and 2C. RGB value is (250,1,44). Sum of RGB (Red+Green+Blue) = 250+1+44=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA012C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA012C is #05FED3. Grayscale: #505050. Windows color (decimal): -392916 or 2884090. OLE color: 2884090.

HSL color Cylindrical-coordinate representation of color #FA012C: hue angle of 349.64º 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 #FA012C is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 1 44 -
CMYK 0 1.00 0.82 0.02
HSL 349.64º 0.99% 0.49% -
HSV(B) 349.64º 1% 0.98% -
XYZ 39.89 20.53 4.24 -
YUV 80.35 107.49 249 -
System Red Green Blue C M Y K H S L
Decimal 250 1 44 0 1.00 0.82 0.02 349.64 0.99 0.49
Hex FA 1 2C 0 64 52 2 15E 63 31
Octal 372 1 54 0 144 122 2 536 143 61
Binary 11111010 1 101100 0 1100100 1010010 10 101011110 1100011 110001

Color Harmonies of #FA012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA012C

Black with #FA012C

Text Example


Text Example

White with #FA012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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