Html Css Color HEX #FA0205 Torch Red

📋 copy color: '#FA0205'

red 250 ◦ green 2 ◦ blue 5

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

Shades of Torch Red #FA0205

Tints of Torch Red #FA0205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 97.28%
G = 0.78%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA0205 (or 0xFA0205) is known color: Torch Red. HEX triplet: FA, 02 and 05. RGB value is (250,2,5). Sum of RGB (Red+Green+Blue) = 250+2+5=257 (34% of max value = 765). Red value is 250 (98.05% from 255 or 97.28% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0205 is #05FDFA. Grayscale: #4C4C4C. Windows color (decimal): -392699 or 328442. OLE color: 328442.

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

Color convert

RGB 250 2 5 -
CMYK 0 0.99 0.98 0.02
HSL 359.27º 0.98% 0.49% -
HSV(B) 359.27º 0.99% 0.98% -
XYZ 39.47 20.38 2 -
YUV 76.49 87.66 251.76 -
System Red Green Blue C M Y K H S L
Decimal 250 2 5 0 0.99 0.98 0.02 359.27 0.98 0.49
Hex FA 2 5 0 63 62 2 167 62 31
Octal 372 2 5 0 143 142 2 547 142 61
Binary 11111010 10 101 0 1100011 1100010 10 101100111 1100010 110001

Color Harmonies of #FA0205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0205

Black with #FA0205

Text Example


Text Example

White with #FA0205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0205; }

 p { color: rgb(250,2,5); }

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

background-color css

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

 a { background-color: rgb(250,2,5); }

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

border-color css

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

 span { border-color: rgb(250,2,5); }

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