Html Css Color HEX #FA123A Torch Red

📋 copy color: '#FA123A'

red 250 ◦ green 18 ◦ blue 58

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

Shades of Torch Red #FA123A

Tints of Torch Red #FA123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 76.69%
G = 5.52%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA123A (or 0xFA123A) is known color: Torch Red. HEX triplet: FA, 12 and 3A. RGB value is (250,18,58). Sum of RGB (Red+Green+Blue) = 250+18+58=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA123A is #05EDC5. Grayscale: #5C5C5C. Windows color (decimal): -388550 or 3805946. OLE color: 3805946.

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

Color convert

RGB 250 18 58 -
CMYK 0 0.93 0.77 0.02
HSL 349.66º 0.96% 0.53% -
HSV(B) 349.66º 0.93% 0.98% -
XYZ 40.4 21.06 5.94 -
YUV 91.93 108.86 240.75 -
System Red Green Blue C M Y K H S L
Decimal 250 18 58 0 0.93 0.77 0.02 349.66 0.96 0.53
Hex FA 12 3A 0 5D 4D 2 15E 60 35
Octal 372 22 72 0 135 115 2 536 140 65
Binary 11111010 10010 111010 0 1011101 1001101 10 101011110 1100000 110101

Color Harmonies of #FA123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA123A

Black with #FA123A

Text Example


Text Example

White with #FA123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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