#FA3904

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

Shades of Orange Red #FA3904

Tints of Orange Red #FA3904

Color information

#FA3904 (or 0xFA3904) is unknown color: approx Orange Red. HEX triplet: FA, 39 and 04. RGB value is (250,57,4). Sum of RGB (Red+Green+Blue) = 250+57+4=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3904 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3904 is #05C6FB. Grayscale: #6D6D6D. Windows color (decimal): -378620 or 276986. OLE color: 276986.

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

Color convert

RGB250574-
CMYK00.770.980.02
HSL12.93º96.85%49.8%-
HSV(B)12.93º98.4%98.04%-
XYZ40.9123.262.45-
YUV108.6668.94228.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 80.39%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=80.39%
G=18.33%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25057400.770.980.0212.9396.8549.8
HexFA39404D622d6132
Octal372714011514221514162
Binary111110101110011000100110111000101011011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3904; }

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

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

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

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

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

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

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

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