#FA4311

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

Shades of Orange Red #FA4311

Tints of Orange Red #FA4311

Color information

#FA4311 (or 0xFA4311) is unknown color: approx Orange Red. HEX triplet: FA, 43 and 11. RGB value is (250,67,17). Sum of RGB (Red+Green+Blue) = 250+67+17=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4311 is #05BCEE. Grayscale: #747474. Windows color (decimal): -376047 or 1131514. OLE color: 1131514.

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

Color convert

RGB2506717-
CMYK00.730.930.02
HSL12.88º95.88%52.35%-
HSV(B)12.88º93.2%98.04%-
XYZ41.5324.383.05-
YUV116.0272.13223.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 74.85%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 17 (7.03% from 255) = 5.09%
R=74.85%
G=20.06%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250671700.730.930.0212.8895.8852.35
HexFA43110495D2d6034
Octal37210321011113521514064
Binary111110101000011100010100100110111011011011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4311; }

 p { color: rgb(250,67,17); }

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

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

 a { background-color: rgb(250,67,17); }

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

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

 span { border-color: rgb(250,67,17); }

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