#FA9204

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

Shades of Dark Orange #FA9204

Tints of Dark Orange #FA9204

Color information

#FA9204 (or 0xFA9204) is unknown color: approx Dark Orange. HEX triplet: FA, 92 and 04. RGB value is (250,146,4). Sum of RGB (Red+Green+Blue) = 250+146+4=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9204 is #056DFB. Grayscale: #A1A1A1. Windows color (decimal): -355836 or 299770. OLE color: 299770.

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

Color convert

RGB2501464-
CMYK00.420.980.02
HSL34.63º96.85%49.8%-
HSV(B)34.63º98.4%98.04%-
XYZ49.7340.895.39-
YUV160.9139.46191.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.5%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 4 (1.95% from 255) = 1%
R=62.5%
G=36.5%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250146400.420.980.0234.6396.8549.8
HexFA92402A622236132
Octal372222405214224314162
Binary111110101001001010001010101100010101000111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9204; }

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

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

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

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

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

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

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

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