Html Css Color HEX #FA071E Torch Red

📋 copy color: '#FA071E'

red 250 ◦ green 7 ◦ blue 30

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

Shades of Torch Red #FA071E

Tints of Torch Red #FA071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.44%

 BLUE value IS 30 (12.11% from 255) = 10.45%

R = 87.11%
G = 2.44%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA071E (or 0xFA071E) is known color: Torch Red. HEX triplet: FA, 07 and 1E. RGB value is (250,7,30). Sum of RGB (Red+Green+Blue) = 250+7+30=287 (38% of max value = 765). Red value is 250 (98.05% from 255 or 87.11% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 250 - color contains mainly: red. Hex color #FA071E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA071E is #05F8E1. Grayscale: #525252. Windows color (decimal): -391394 or 1968122. OLE color: 1968122.

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

Color convert

RGB 250 7 30 -
CMYK 0 0.97 0.88 0.02
HSL 354.32º 0.96% 0.5% -
HSV(B) 354.32º 0.97% 0.98% -
XYZ 39.73 20.57 3.1 -
YUV 82.28 98.51 247.63 -
System Red Green Blue C M Y K H S L
Decimal 250 7 30 0 0.97 0.88 0.02 354.32 0.96 0.5
Hex FA 7 1E 0 61 58 2 162 60 32
Octal 372 7 36 0 141 130 2 542 140 62
Binary 11111010 111 11110 0 1100001 1011000 10 101100010 1100000 110010

Color Harmonies of #FA071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA071E

Black with #FA071E

Text Example


Text Example

White with #FA071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA071E; }

 p { color: rgb(250,7,30); }

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

background-color css

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

 a { background-color: rgb(250,7,30); }

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

border-color css

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

 span { border-color: rgb(250,7,30); }

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