Html Css Color HEX #FA031B Torch Red

📋 copy color: '#FA031B'

red 250 ◦ green 3 ◦ blue 27

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

Shades of Torch Red #FA031B

Tints of Torch Red #FA031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

 BLUE value IS 27 (10.94% from 255) = 9.64%

R = 89.29%
G = 1.07%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA031B (or 0xFA031B) is known color: Torch Red. HEX triplet: FA, 03 and 1B. RGB value is (250,3,27). Sum of RGB (Red+Green+Blue) = 250+3+27=280 (37% of max value = 765). Red value is 250 (98.05% from 255 or 89.29% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 250 - color contains mainly: red. Hex color #FA031B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA031B is #05FCE4. Grayscale: #4F4F4F. Windows color (decimal): -392421 or 1770490. OLE color: 1770490.

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

Color convert

RGB 250 3 27 -
CMYK 0 0.99 0.89 0.02
HSL 354.17º 0.98% 0.5% -
HSV(B) 354.17º 0.99% 0.98% -
XYZ 39.65 20.47 2.9 -
YUV 79.59 98.33 249.55 -
System Red Green Blue C M Y K H S L
Decimal 250 3 27 0 0.99 0.89 0.02 354.17 0.98 0.5
Hex FA 3 1B 0 63 59 2 162 62 32
Octal 372 3 33 0 143 131 2 542 142 62
Binary 11111010 11 11011 0 1100011 1011001 10 101100010 1100010 110010

Color Harmonies of #FA031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA031B

Black with #FA031B

Text Example


Text Example

White with #FA031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA031B; }

 p { color: rgb(250,3,27); }

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

background-color css

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

 a { background-color: rgb(250,3,27); }

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

border-color css

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

 span { border-color: rgb(250,3,27); }

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