Html Css Color HEX #FA081C Torch Red

📋 copy color: '#FA081C'

red 250 ◦ green 8 ◦ blue 28

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

Shades of Torch Red #FA081C

Tints of Torch Red #FA081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

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

R = 87.41%
G = 2.8%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA081C (or 0xFA081C) is known color: Torch Red. HEX triplet: FA, 08 and 1C. RGB value is (250,8,28). Sum of RGB (Red+Green+Blue) = 250+8+28=286 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.41% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 250 - color contains mainly: red. Hex color #FA081C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA081C is #05F7E3. Grayscale: #525252. Windows color (decimal): -391140 or 1837306. OLE color: 1837306.

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

Color convert

RGB 250 8 28 -
CMYK 0 0.97 0.89 0.02
HSL 355.04º 0.96% 0.51% -
HSV(B) 355.04º 0.97% 0.98% -
XYZ 39.72 20.58 2.98 -
YUV 82.64 97.17 247.37 -
System Red Green Blue C M Y K H S L
Decimal 250 8 28 0 0.97 0.89 0.02 355.04 0.96 0.51
Hex FA 8 1C 0 61 59 2 163 60 33
Octal 372 10 34 0 141 131 2 543 140 63
Binary 11111010 1000 11100 0 1100001 1011001 10 101100011 1100000 110011

Color Harmonies of #FA081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA081C

Black with #FA081C

Text Example


Text Example

White with #FA081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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