Html Css Color HEX #FA0A12 Torch Red

📋 copy color: '#FA0A12'

red 250 ◦ green 10 ◦ blue 18

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

Shades of Torch Red #FA0A12

Tints of Torch Red #FA0A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.6%

 BLUE value IS 18 (7.42% from 255) = 6.47%

R = 89.93%
G = 3.6%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA0A12 (or 0xFA0A12) is known color: Torch Red. HEX triplet: FA, 0A and 12. RGB value is (250,10,18). Sum of RGB (Red+Green+Blue) = 250+10+18=278 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.93% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0A12 is #05F5ED. Grayscale: #525252. Windows color (decimal): -390638 or 1182458. OLE color: 1182458.

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

Color convert

RGB 250 10 18 -
CMYK 0 0.96 0.93 0.02
HSL 358º 0.96% 0.51% -
HSV(B) 358º 0.96% 0.98% -
XYZ 39.64 20.58 2.46 -
YUV 82.67 91.51 247.35 -
System Red Green Blue C M Y K H S L
Decimal 250 10 18 0 0.96 0.93 0.02 358 0.96 0.51
Hex FA A 12 0 60 5D 2 166 60 33
Octal 372 12 22 0 140 135 2 546 140 63
Binary 11111010 1010 10010 0 1100000 1011101 10 101100110 1100000 110011

Color Harmonies of #FA0A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0A12

Black with #FA0A12

Text Example


Text Example

White with #FA0A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0A12; }

 p { color: rgb(250,10,18); }

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

background-color css

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

 a { background-color: rgb(250,10,18); }

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

border-color css

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

 span { border-color: rgb(250,10,18); }

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