#FA4204

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

Shades of Orange Red #FA4204

Tints of Orange Red #FA4204

Color information

#FA4204 (or 0xFA4204) is unknown color: approx Orange Red. HEX triplet: FA, 42 and 04. RGB value is (250,66,4). Sum of RGB (Red+Green+Blue) = 250+66+4=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4204 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4204 is #05BDFB. Grayscale: #727272. Windows color (decimal): -376316 or 279290. OLE color: 279290.

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

Color convert

RGB250664-
CMYK00.740.980.02
HSL15.12º96.85%49.8%-
HSV(B)15.12º98.4%98.04%-
XYZ41.3924.232.61-
YUV113.9565.96225.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 78.12%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 4 (1.95% from 255) = 1.25%
R=78.12%
G=20.62%
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
Decimal25066400.740.980.0215.1296.8549.8
HexFA42404A622f6132
Octal3721024011214221714162
Binary1111101010000101000100101011000101011111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4204; }

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

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

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

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

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

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

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

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