#FA4118

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

Shades of Orange Red #FA4118

Tints of Orange Red #FA4118

Color information

#FA4118 (or 0xFA4118) is unknown color: approx Orange Red. HEX triplet: FA, 41 and 18. RGB value is (250,65,24). Sum of RGB (Red+Green+Blue) = 250+65+24=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4118 is #05BEE7. Grayscale: #737373. Windows color (decimal): -376552 or 1589754. OLE color: 1589754.

HSL color Cylindrical-coordinate representation of color #FA4118: hue angle of 10.88º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA4118 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB2506524-
CMYK00.740.900.02
HSL10.88º95.76%53.73%-
HSV(B)10.88º90.4%98.04%-
XYZ41.4824.173.34-
YUV115.6476.29223.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 73.75%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 24 (9.77% from 255) = 7.08%
R=73.75%
G=19.17%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250652400.740.900.0210.8895.7653.73
HexFA411804A5A2b6036
Octal37210130011213221314066
Binary111110101000001110000100101010110101010111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4118; }

 p { color: rgb(250,65,24); }

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

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

 a { background-color: rgb(250,65,24); }

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

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

 span { border-color: rgb(250,65,24); }

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