Html Css Color HEX #FA1016 Torch Red

📋 copy color: '#FA1016'

red 250 ◦ green 16 ◦ blue 22

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

Shades of Torch Red #FA1016

Tints of Torch Red #FA1016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

 BLUE value IS 22 (8.98% from 255) = 7.64%

R = 86.81%
G = 5.56%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA1016 (or 0xFA1016) is known color: Torch Red. HEX triplet: FA, 10 and 16. RGB value is (250,16,22). Sum of RGB (Red+Green+Blue) = 250+16+22=288 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.81% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1016 is #05EFE9. Grayscale: #565656. Windows color (decimal): -389098 or 1446138. OLE color: 1446138.

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

Color convert

RGB 250 16 22 -
CMYK 0 0.94 0.91 0.02
HSL 358.46º 0.96% 0.52% -
HSV(B) 358.46º 0.94% 0.98% -
XYZ 39.75 20.75 2.67 -
YUV 86.65 91.52 244.51 -
System Red Green Blue C M Y K H S L
Decimal 250 16 22 0 0.94 0.91 0.02 358.46 0.96 0.52
Hex FA 10 16 0 5E 5B 2 166 60 34
Octal 372 20 26 0 136 133 2 546 140 64
Binary 11111010 10000 10110 0 1011110 1011011 10 101100110 1100000 110100

Color Harmonies of #FA1016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1016

Black with #FA1016

Text Example


Text Example

White with #FA1016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1016; }

 p { color: rgb(250,16,22); }

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

background-color css

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

 a { background-color: rgb(250,16,22); }

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

border-color css

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

 span { border-color: rgb(250,16,22); }

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