#F39405

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

Shades of Dark Orange #F39405

Tints of Dark Orange #F39405

Color information

#F39405 (or 0xF39405) is unknown color: approx Dark Orange. HEX triplet: F3, 94 and 05. RGB value is (243,148,5). Sum of RGB (Red+Green+Blue) = 243+148+5=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F39405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F39405 is #0C6BFA. Grayscale: #A0A0A0. Windows color (decimal): -814075 or 365811. OLE color: 365811.

HSL color Cylindrical-coordinate representation of color #F39405: hue angle of 36.05º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F39405 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB2431485-
CMYK00.390.980.05
HSL36.05º95.97%48.63%-
HSV(B)36.05º97.94%95.29%-
XYZ47.5840.255.4-
YUV160.140.47187.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.36%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 5 (2.34% from 255) = 1.26%
R=61.36%
G=37.37%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243148500.390.980.0536.0595.9748.63
HexF3945027625246031
Octal363224504714254414061
Binary1111001110010100101010011111000101011001001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39405; }

 p { color: rgb(243,148,5); }

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

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

 a { background-color: rgb(243,148,5); }

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

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

 span { border-color: rgb(243,148,5); }

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