Html Css Color HEX #FA042B Torch Red

📋 copy color: '#FA042B'

red 250 ◦ green 4 ◦ blue 43

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

Shades of Torch Red #FA042B

Tints of Torch Red #FA042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.48%

R = 84.18%
G = 1.35%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA042B (or 0xFA042B) is known color: Torch Red. HEX triplet: FA, 04 and 2B. RGB value is (250,4,43). Sum of RGB (Red+Green+Blue) = 250+4+43=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA042B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA042B is #05FBD4. Grayscale: #525252. Windows color (decimal): -392149 or 2819322. OLE color: 2819322.

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

Color convert

RGB 250 4 43 -
CMYK 0 0.98 0.83 0.02
HSL 350.49º 0.97% 0.5% -
HSV(B) 350.49º 0.98% 0.98% -
XYZ 39.9 20.59 4.16 -
YUV 82 106 247.83 -
System Red Green Blue C M Y K H S L
Decimal 250 4 43 0 0.98 0.83 0.02 350.49 0.97 0.5
Hex FA 4 2B 0 62 53 2 15E 61 32
Octal 372 4 53 0 142 123 2 536 141 62
Binary 11111010 100 101011 0 1100010 1010011 10 101011110 1100001 110010

Color Harmonies of #FA042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA042B

Black with #FA042B

Text Example


Text Example

White with #FA042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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