#FA3C0A

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

Shades of Orange Red #FA3C0A

Tints of Orange Red #FA3C0A

Color information

#FA3C0A (or 0xFA3C0A) is unknown color: approx Orange Red. HEX triplet: FA, 3C and 0A. RGB value is (250,60,10). Sum of RGB (Red+Green+Blue) = 250+60+10=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3C0A is #05C3F5. Grayscale: #6F6F6F. Windows color (decimal): -377846 or 670970. OLE color: 670970.

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

Color convert

RGB2506010-
CMYK00.760.960.02
HSL12.5º96%50.98%-
HSV(B)12.5º96%98.04%-
XYZ41.0923.582.67-
YUV111.1170.95227.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 78.12%
GREEN value IS 60 (23.83% from 255) = 18.75%
BLUE value IS 10 (4.30% from 255) = 3.12%
R=78.12%
G=18.75%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250601000.760.960.0212.59650.98
HexFA3CA04C602c6033
Octal3727412011414021414063
Binary1111101011110010100100110011000001011001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3C0A; }

 p { color: rgb(250,60,10); }

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

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

 a { background-color: rgb(250,60,10); }

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

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

 span { border-color: rgb(250,60,10); }

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