Html Css Color HEX #FA091C Torch Red

📋 copy color: '#FA091C'

red 250 ◦ green 9 ◦ blue 28

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

Shades of Torch Red #FA091C

Tints of Torch Red #FA091C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.14%

 BLUE value IS 28 (11.33% from 255) = 9.76%

R = 87.11%
G = 3.14%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA091C (or 0xFA091C) is known color: Torch Red. HEX triplet: FA, 09 and 1C. RGB value is (250,9,28). Sum of RGB (Red+Green+Blue) = 250+9+28=287 (38% of max value = 765). Red value is 250 (98.05% from 255 or 87.11% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 250 - color contains mainly: red. Hex color #FA091C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA091C is #05F6E3. Grayscale: #535353. Windows color (decimal): -390884 or 1837562. OLE color: 1837562.

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

Color convert

RGB 250 9 28 -
CMYK 0 0.96 0.89 0.02
HSL 355.27º 0.96% 0.51% -
HSV(B) 355.27º 0.96% 0.98% -
XYZ 39.73 20.6 2.98 -
YUV 83.23 96.84 246.96 -
System Red Green Blue C M Y K H S L
Decimal 250 9 28 0 0.96 0.89 0.02 355.27 0.96 0.51
Hex FA 9 1C 0 60 59 2 163 60 33
Octal 372 11 34 0 140 131 2 543 140 63
Binary 11111010 1001 11100 0 1100000 1011001 10 101100011 1100000 110011

Color Harmonies of #FA091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA091C

Black with #FA091C

Text Example


Text Example

White with #FA091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA091C; }

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

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

background-color css

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

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

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

border-color css

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

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

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