Html Css Color HEX #FA0426 Torch Red

📋 copy color: '#FA0426'

red 250 ◦ green 4 ◦ blue 38

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

Shades of Torch Red #FA0426

Tints of Torch Red #FA0426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.01%

R = 85.62%
G = 1.37%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA0426 (or 0xFA0426) is known color: Torch Red. HEX triplet: FA, 04 and 26. RGB value is (250,4,38). Sum of RGB (Red+Green+Blue) = 250+4+38=292 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.62% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0426 is #05FBD9. Grayscale: #515151. Windows color (decimal): -392154 or 2491642. OLE color: 2491642.

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

Color convert

RGB 250 4 38 -
CMYK 0 0.98 0.85 0.02
HSL 351.71º 0.97% 0.5% -
HSV(B) 351.71º 0.98% 0.98% -
XYZ 39.82 20.55 3.7 -
YUV 81.43 103.5 248.24 -
System Red Green Blue C M Y K H S L
Decimal 250 4 38 0 0.98 0.85 0.02 351.71 0.97 0.5
Hex FA 4 26 0 62 55 2 160 61 32
Octal 372 4 46 0 142 125 2 540 141 62
Binary 11111010 100 100110 0 1100010 1010101 10 101100000 1100001 110010

Color Harmonies of #FA0426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0426

Black with #FA0426

Text Example


Text Example

White with #FA0426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0426; }

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

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

background-color css

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

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

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

border-color css

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

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

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