Html Css Color HEX #FA0104 Torch Red

📋 copy color: '#FA0104'

red 250 ◦ green 1 ◦ blue 4

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

Shades of Torch Red #FA0104

Tints of Torch Red #FA0104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 98.04%
G = 0.39%
B = 1.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA0104 (or 0xFA0104) is known color: Torch Red. HEX triplet: FA, 01 and 04. RGB value is (250,1,4). Sum of RGB (Red+Green+Blue) = 250+1+4=255 (33% of max value = 765). Red value is 250 (98.05% from 255 or 98.04% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0104 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0104 is #05FEFB. Grayscale: #4C4C4C. Windows color (decimal): -392956 or 262650. OLE color: 262650.

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

Color convert

RGB 250 1 4 -
CMYK 0 1.00 0.98 0.02
HSL 359.28º 0.99% 0.49% -
HSV(B) 359.28º 1% 0.98% -
XYZ 39.46 20.35 1.96 -
YUV 75.79 87.49 252.26 -
System Red Green Blue C M Y K H S L
Decimal 250 1 4 0 1.00 0.98 0.02 359.28 0.99 0.49
Hex FA 1 4 0 64 62 2 167 63 31
Octal 372 1 4 0 144 142 2 547 143 61
Binary 11111010 1 100 0 1100100 1100010 10 101100111 1100011 110001

Color Harmonies of #FA0104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0104

Black with #FA0104

Text Example


Text Example

White with #FA0104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0104; }

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

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

background-color css

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

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

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

border-color css

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

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

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