Html Css Color HEX #FA0109 Torch Red

📋 copy color: '#FA0109'

red 250 ◦ green 1 ◦ blue 9

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

Shades of Torch Red #FA0109

Tints of Torch Red #FA0109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 9 (3.91% from 255) = 3.46%

R = 96.15%
G = 0.38%
B = 3.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA0109 (or 0xFA0109) is known color: Torch Red. HEX triplet: FA, 01 and 09. RGB value is (250,1,9). Sum of RGB (Red+Green+Blue) = 250+1+9=260 (34% of max value = 765). Red value is 250 (98.05% from 255 or 96.15% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0109 is #05FEF6. Grayscale: #4C4C4C. Windows color (decimal): -392951 or 590330. OLE color: 590330.

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

Color convert

RGB 250 1 9 -
CMYK 0 1.00 0.96 0.02
HSL 358.07º 0.99% 0.49% -
HSV(B) 358.07º 1% 0.98% -
XYZ 39.48 20.37 2.11 -
YUV 76.36 89.99 251.85 -
System Red Green Blue C M Y K H S L
Decimal 250 1 9 0 1.00 0.96 0.02 358.07 0.99 0.49
Hex FA 1 9 0 64 60 2 166 63 31
Octal 372 1 11 0 144 140 2 546 143 61
Binary 11111010 1 1001 0 1100100 1100000 10 101100110 1100011 110001

Color Harmonies of #FA0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0109

Black with #FA0109

Text Example


Text Example

White with #FA0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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