Html Css Color HEX #FA0123 Torch Red

📋 copy color: '#FA0123'

red 250 ◦ green 1 ◦ blue 35

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

Shades of Torch Red #FA0123

Tints of Torch Red #FA0123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.24%

R = 87.41%
G = 0.35%
B = 12.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA0123 (or 0xFA0123) is known color: Torch Red. HEX triplet: FA, 01 and 23. RGB value is (250,1,35). Sum of RGB (Red+Green+Blue) = 250+1+35=286 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.41% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0123 is #05FEDC. Grayscale: #4F4F4F. Windows color (decimal): -392925 or 2294266. OLE color: 2294266.

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

Color convert

RGB 250 1 35 -
CMYK 0 1.00 0.86 0.02
HSL 351.81º 0.99% 0.49% -
HSV(B) 351.81º 1% 0.98% -
XYZ 39.74 20.47 3.45 -
YUV 79.33 102.99 249.74 -
System Red Green Blue C M Y K H S L
Decimal 250 1 35 0 1.00 0.86 0.02 351.81 0.99 0.49
Hex FA 1 23 0 64 56 2 160 63 31
Octal 372 1 43 0 144 126 2 540 143 61
Binary 11111010 1 100011 0 1100100 1010110 10 101100000 1100011 110001

Color Harmonies of #FA0123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0123

Black with #FA0123

Text Example


Text Example

White with #FA0123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0123; }

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

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

background-color css

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

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

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

border-color css

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

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

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