Html Css Color HEX #FA0C36 Torch Red

📋 copy color: '#FA0C36'

red 250 ◦ green 12 ◦ blue 54

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

Shades of Torch Red #FA0C36

Tints of Torch Red #FA0C36

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.8%

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

R = 79.11%
G = 3.8%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA0C36 (or 0xFA0C36) is known color: Torch Red. HEX triplet: FA, 0C and 36. RGB value is (250,12,54). Sum of RGB (Red+Green+Blue) = 250+12+54=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C36 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0C36 is #05F3C9. Grayscale: #585858. Windows color (decimal): -390090 or 3542266. OLE color: 3542266.

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

Color convert

RGB 250 12 54 -
CMYK 0 0.95 0.78 0.02
HSL 349.41º 0.96% 0.51% -
HSV(B) 349.41º 0.95% 0.98% -
XYZ 40.22 20.85 5.4 -
YUV 87.95 108.85 243.58 -
System Red Green Blue C M Y K H S L
Decimal 250 12 54 0 0.95 0.78 0.02 349.41 0.96 0.51
Hex FA C 36 0 5F 4E 2 15D 60 33
Octal 372 14 66 0 137 116 2 535 140 63
Binary 11111010 1100 110110 0 1011111 1001110 10 101011101 1100000 110011

Color Harmonies of #FA0C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0C36

Black with #FA0C36

Text Example


Text Example

White with #FA0C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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