Html Css Color HEX #FA050E Torch Red

📋 copy color: '#FA050E'

red 250 ◦ green 5 ◦ blue 14

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

Shades of Torch Red #FA050E

Tints of Torch Red #FA050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.86%

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 92.94%
G = 1.86%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA050E (or 0xFA050E) is known color: Torch Red. HEX triplet: FA, 05 and 0E. RGB value is (250,5,14). Sum of RGB (Red+Green+Blue) = 250+5+14=269 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.94% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 250 - color contains mainly: red. Hex color #FA050E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA050E is #05FAF1. Grayscale: #4F4F4F. Windows color (decimal): -391922 or 919034. OLE color: 919034.

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

Color convert

RGB 250 5 14 -
CMYK 0 0.98 0.94 0.02
HSL 357.8º 0.96% 0.5% -
HSV(B) 357.8º 0.98% 0.98% -
XYZ 39.56 20.46 2.28 -
YUV 79.28 91.17 249.77 -
System Red Green Blue C M Y K H S L
Decimal 250 5 14 0 0.98 0.94 0.02 357.8 0.96 0.5
Hex FA 5 E 0 62 5E 2 166 60 32
Octal 372 5 16 0 142 136 2 546 140 62
Binary 11111010 101 1110 0 1100010 1011110 10 101100110 1100000 110010

Color Harmonies of #FA050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA050E

Black with #FA050E

Text Example


Text Example

White with #FA050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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