#FF8800

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

Shades of Dark Orange #FF8800

Tints of Dark Orange #FF8800

Color information

#FF8800 (or 0xFF8800) is unknown color: approx Dark Orange. HEX triplet: FF, 88 and 00. RGB value is (255,136,0). Sum of RGB (Red+Green+Blue) = 255+136+0=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8800 is #0077FF. Grayscale: #9C9C9C. Windows color (decimal): -30720 or 35071. OLE color: 35071.

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

Color convert

RGB2551360-
CMYK00.4710
HSL32º100%50%-
HSV(B)32º100%100%-
XYZ50.0438.874.86-
YUV156.0839.92198.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.22%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.22%
G=34.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255136000.47103210050
HexFF88002F640206432
Octal377210005714404014462
Binary111111111000100000101111110010001000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8800; }

 p { color: rgb(255,136,0); }

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

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

 a { background-color: rgb(255,136,0); }

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

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

 span { border-color: rgb(255,136,0); }

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