Html Css Color HEX #FA041A Torch Red

📋 copy color: '#FA041A'

red 250 ◦ green 4 ◦ blue 26

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

Shades of Torch Red #FA041A

Tints of Torch Red #FA041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 89.29%
G = 1.43%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA041A (or 0xFA041A) is known color: Torch Red. HEX triplet: FA, 04 and 1A. RGB value is (250,4,26). Sum of RGB (Red+Green+Blue) = 250+4+26=280 (37% of max value = 765). Red value is 250 (98.05% from 255 or 89.29% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 250 - color contains mainly: red. Hex color #FA041A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA041A is #05FBE5. Grayscale: #505050. Windows color (decimal): -392166 or 1705210. OLE color: 1705210.

HSL color Cylindrical-coordinate representation of color #FA041A: hue angle of 354.63º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA041A is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 4 26 -
CMYK 0 0.98 0.90 0.02
HSL 354.63º 0.97% 0.5% -
HSV(B) 354.63º 0.98% 0.98% -
XYZ 39.65 20.49 2.84 -
YUV 80.06 97.5 249.21 -
System Red Green Blue C M Y K H S L
Decimal 250 4 26 0 0.98 0.90 0.02 354.63 0.97 0.5
Hex FA 4 1A 0 62 5A 2 163 61 32
Octal 372 4 32 0 142 132 2 543 141 62
Binary 11111010 100 11010 0 1100010 1011010 10 101100011 1100001 110010

Color Harmonies of #FA041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA041A

Black with #FA041A

Text Example


Text Example

White with #FA041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA041A; }

 p { color: rgb(250,4,26); }

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

background-color css

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

 a { background-color: rgb(250,4,26); }

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

border-color css

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

 span { border-color: rgb(250,4,26); }

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