#FA4A10

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

Shades of Orange Red #FA4A10

Tints of Orange Red #FA4A10

Color information

#FA4A10 (or 0xFA4A10) is unknown color: approx Orange Red. HEX triplet: FA, 4A and 10. RGB value is (250,74,16). Sum of RGB (Red+Green+Blue) = 250+74+16=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4A10 is #05B5EF. Grayscale: #787878. Windows color (decimal): -374256 or 1067770. OLE color: 1067770.

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

Color convert

RGB2507416-
CMYK00.700.940.02
HSL14.87º95.9%52.16%-
HSV(B)14.87º93.6%98.04%-
XYZ41.9725.263.15-
YUV120.0169.31220.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 73.53%
GREEN value IS 74 (29.30% from 255) = 21.76%
BLUE value IS 16 (6.64% from 255) = 4.71%
R=73.53%
G=21.76%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250741600.700.940.0214.8795.952.16
HexFA4A100465E2f6034
Octal37211220010613621714064
Binary111110101001010100000100011010111101011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4A10; }

 p { color: rgb(250,74,16); }

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

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

 a { background-color: rgb(250,74,16); }

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

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

 span { border-color: rgb(250,74,16); }

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