#FA492D

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

Shades of Red Orange #FA492D

Tints of Red Orange #FA492D

Color information

#FA492D (or 0xFA492D) is unknown color: approx Red Orange. HEX triplet: FA, 49 and 2D. RGB value is (250,73,45). Sum of RGB (Red+Green+Blue) = 250+73+45=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA492D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA492D is #05B6D2. Grayscale: #7B7B7B. Windows color (decimal): -374483 or 2968058. OLE color: 2968058.

HSL color Cylindrical-coordinate representation of color #FA492D: hue angle of 8.2º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA492D is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB2507345-
CMYK00.710.820.02
HSL8.2º95.35%57.84%-
HSV(B)8.2º82%98.04%-
XYZ42.2825.285.13-
YUV122.7384.14218.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 67.93%
GREEN value IS 73 (28.91% from 255) = 19.84%
BLUE value IS 45 (17.97% from 255) = 12.23%
R=67.93%
G=19.84%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250734500.710.820.028.295.3557.84
HexFA492D04752285f3a
Octal37211155010712221013772
Binary1111101010010011011010100011110100101010001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA492D; }

 p { color: rgb(250,73,45); }

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

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

 a { background-color: rgb(250,73,45); }

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

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

 span { border-color: rgb(250,73,45); }

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