Html Css Color HEX #FA033B Torch Red

📋 copy color: '#FA033B'

red 250 ◦ green 3 ◦ blue 59

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

Shades of Torch Red #FA033B

Tints of Torch Red #FA033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 80.13%
G = 0.96%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA033B (or 0xFA033B) is known color: Torch Red. HEX triplet: FA, 03 and 3B. RGB value is (250,3,59). Sum of RGB (Red+Green+Blue) = 250+3+59=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA033B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA033B is #05FCC4. Grayscale: #535353. Windows color (decimal): -392389 or 3867642. OLE color: 3867642.

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

Color convert

RGB 250 3 59 -
CMYK 0 0.99 0.76 0.02
HSL 346.4º 0.98% 0.5% -
HSV(B) 346.4º 0.99% 0.98% -
XYZ 40.25 20.7 6.01 -
YUV 83.24 114.33 246.95 -
System Red Green Blue C M Y K H S L
Decimal 250 3 59 0 0.99 0.76 0.02 346.4 0.98 0.5
Hex FA 3 3B 0 63 4C 2 15A 62 32
Octal 372 3 73 0 143 114 2 532 142 62
Binary 11111010 11 111011 0 1100011 1001100 10 101011010 1100010 110010

Color Harmonies of #FA033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA033B

Black with #FA033B

Text Example


Text Example

White with #FA033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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