Html Css Color HEX #FA123C Torch Red

📋 copy color: '#FA123C'

red 250 ◦ green 18 ◦ blue 60

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

Shades of Torch Red #FA123C

Tints of Torch Red #FA123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.49%

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

R = 76.22%
G = 5.49%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA123C (or 0xFA123C) is known color: Torch Red. HEX triplet: FA, 12 and 3C. RGB value is (250,18,60). Sum of RGB (Red+Green+Blue) = 250+18+60=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA123C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA123C is #05EDC3. Grayscale: #5C5C5C. Windows color (decimal): -388548 or 3937018. OLE color: 3937018.

HSL color Cylindrical-coordinate representation of color #FA123C: hue angle of 349.14º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA123C is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 18 60 -
CMYK 0 0.93 0.76 0.02
HSL 349.14º 0.96% 0.53% -
HSV(B) 349.14º 0.93% 0.98% -
XYZ 40.46 21.08 6.21 -
YUV 92.16 109.86 240.58 -
System Red Green Blue C M Y K H S L
Decimal 250 18 60 0 0.93 0.76 0.02 349.14 0.96 0.53
Hex FA 12 3C 0 5D 4C 2 15D 60 35
Octal 372 22 74 0 135 114 2 535 140 65
Binary 11111010 10010 111100 0 1011101 1001100 10 101011101 1100000 110101

Color Harmonies of #FA123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA123C

Black with #FA123C

Text Example


Text Example

White with #FA123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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