#FA4411

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

Shades of Orange Red #FA4411

Tints of Orange Red #FA4411

Color information

#FA4411 (or 0xFA4411) is unknown color: approx Orange Red. HEX triplet: FA, 44 and 11. RGB value is (250,68,17). Sum of RGB (Red+Green+Blue) = 250+68+17=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4411 is #05BBEE. Grayscale: #747474. Windows color (decimal): -375791 or 1131770. OLE color: 1131770.

HSL color Cylindrical-coordinate representation of color #FA4411: hue angle of 13.13º 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 #FA4411 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB2506817-
CMYK00.730.930.02
HSL13.13º95.88%52.35%-
HSV(B)13.13º93.2%98.04%-
XYZ41.5924.53.07-
YUV116.671.8223.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 74.63%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 17 (7.03% from 255) = 5.07%
R=74.63%
G=20.30%
B=5.07%

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
Decimal250681700.730.930.0213.1395.8852.35
HexFA44110495D2d6034
Octal37210421011113521514064
Binary111110101000100100010100100110111011011011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4411; }

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

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

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

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

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

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

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

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