Html Css Color HEX #FA0936 Torch Red

📋 copy color: '#FA0936'

red 250 ◦ green 9 ◦ blue 54

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

Shades of Torch Red #FA0936

Tints of Torch Red #FA0936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 79.87%
G = 2.88%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA0936 (or 0xFA0936) is known color: Torch Red. HEX triplet: FA, 09 and 36. RGB value is (250,9,54). Sum of RGB (Red+Green+Blue) = 250+9+54=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0936 is #05F6C9. Grayscale: #565656. Windows color (decimal): -390858 or 3541498. OLE color: 3541498.

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

Color convert

RGB 250 9 54 -
CMYK 0 0.96 0.78 0.02
HSL 348.8º 0.96% 0.51% -
HSV(B) 348.8º 0.96% 0.98% -
XYZ 40.19 20.79 5.38 -
YUV 86.19 109.84 244.84 -
System Red Green Blue C M Y K H S L
Decimal 250 9 54 0 0.96 0.78 0.02 348.8 0.96 0.51
Hex FA 9 36 0 60 4E 2 15D 60 33
Octal 372 11 66 0 140 116 2 535 140 63
Binary 11111010 1001 110110 0 1100000 1001110 10 101011101 1100000 110011

Color Harmonies of #FA0936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0936

Black with #FA0936

Text Example


Text Example

White with #FA0936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0936; }

 p { color: rgb(250,9,54); }

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

background-color css

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

 a { background-color: rgb(250,9,54); }

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

border-color css

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

 span { border-color: rgb(250,9,54); }

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