#FA4104

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

Shades of Orange Red #FA4104

Tints of Orange Red #FA4104

Color information

#FA4104 (or 0xFA4104) is unknown color: approx Orange Red. HEX triplet: FA, 41 and 04. RGB value is (250,65,4). Sum of RGB (Red+Green+Blue) = 250+65+4=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4104 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4104 is #05BEFB. Grayscale: #717171. Windows color (decimal): -376572 or 279034. OLE color: 279034.

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

Color convert

RGB250654-
CMYK00.740.980.02
HSL14.88º96.85%49.8%-
HSV(B)14.88º98.4%98.04%-
XYZ41.3424.112.59-
YUV113.3666.29225.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 78.37%
GREEN value IS 65 (25.78% from 255) = 20.38%
BLUE value IS 4 (1.95% from 255) = 1.25%
R=78.37%
G=20.38%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25065400.740.980.0214.8896.8549.8
HexFA41404A622f6132
Octal3721014011214221714162
Binary1111101010000011000100101011000101011111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4104; }

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

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

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

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

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

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

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

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