Html Css Color HEX #FA0636 Torch Red

📋 copy color: '#FA0636'

red 250 ◦ green 6 ◦ blue 54

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

Shades of Torch Red #FA0636

Tints of Torch Red #FA0636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

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

R = 80.65%
G = 1.94%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA0636 (or 0xFA0636) is known color: Torch Red. HEX triplet: FA, 06 and 36. RGB value is (250,6,54). Sum of RGB (Red+Green+Blue) = 250+6+54=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0636 is #05F9C9. Grayscale: #545454. Windows color (decimal): -391626 or 3540730. OLE color: 3540730.

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

Color convert

RGB 250 6 54 -
CMYK 0 0.98 0.78 0.02
HSL 348.2º 0.96% 0.5% -
HSV(B) 348.2º 0.98% 0.98% -
XYZ 40.16 20.72 5.37 -
YUV 84.43 110.84 246.1 -
System Red Green Blue C M Y K H S L
Decimal 250 6 54 0 0.98 0.78 0.02 348.2 0.96 0.5
Hex FA 6 36 0 62 4E 2 15C 60 32
Octal 372 6 66 0 142 116 2 534 140 62
Binary 11111010 110 110110 0 1100010 1001110 10 101011100 1100000 110010

Color Harmonies of #FA0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0636

Black with #FA0636

Text Example


Text Example

White with #FA0636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0636; }

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

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

background-color css

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

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

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

border-color css

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

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

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