#FA391C

Color #FA391C Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #FA391C

Tints of Red Orange #FA391C

Color information

#FA391C (or 0xFA391C) is unknown color: approx Red Orange. HEX triplet: FA, 39 and 1C. RGB value is (250,57,28). Sum of RGB (Red+Green+Blue) = 250+57+28=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA391C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA391C is #05C6E3. Grayscale: #6F6F6F. Windows color (decimal): -378596 or 1849850. OLE color: 1849850.

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

Color convert

RGB2505728-
CMYK00.770.890.02
HSL7.84º95.69%54.51%-
HSV(B)7.84º88.8%98.04%-
XYZ41.123.333.44-
YUV111.480.94226.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 74.63%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 28 (11.33% from 255) = 8.36%
R=74.63%
G=17.01%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250572800.770.890.027.8495.6954.51
HexFA391C04D59286037
Octal3727134011513121014067
Binary11111010111001111000100110110110011010001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA391C; }

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

 H1.HeaderClassName
 {
   color: #FA391C;
 }
 .AnyTagClassName
 {
   color: #FA391C;
 }
</style>
background-color css

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

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

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

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

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

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