#FF7E04

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

Shades of Dark Orange #FF7E04

Tints of Dark Orange #FF7E04

Color information

#FF7E04 (or 0xFF7E04) is unknown color: approx Dark Orange. HEX triplet: FF, 7E and 04. RGB value is (255,126,4). Sum of RGB (Red+Green+Blue) = 255+126+4=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7E04 is #0081FB. Grayscale: #979797. Windows color (decimal): -33276 or 294655. OLE color: 294655.

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

Color convert

RGB2551264-
CMYK00.510.980
HSL29.16º100%50.78%-
HSV(B)29.16º98.43%100%-
XYZ48.7236.194.53-
YUV150.6645.24202.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.23%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 4 (1.95% from 255) = 1.04%
R=66.23%
G=32.73%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255126400.510.98029.1610050.78
HexFF7E40336201d6433
Octal377176406314203514463
Binary111111111111110100011001111000100111011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7E04; }

 p { color: rgb(255,126,4); }

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

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

 a { background-color: rgb(255,126,4); }

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

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

 span { border-color: rgb(255,126,4); }

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