#FF5600

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

Shades of International Orange #FF5600

Tints of International Orange #FF5600

Color information

#FF5600 (or 0xFF5600) is unknown color: approx International Orange. HEX triplet: FF, 56 and 00. RGB value is (255,86,0). Sum of RGB (Red+Green+Blue) = 255+86+0=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5600 is #00A9FF. Grayscale: #7F7F7F. Windows color (decimal): -43520 or 22271. OLE color: 22271.

HSL color Cylindrical-coordinate representation of color #FF5600: hue angle of 20.24º 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 #FF5600 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB255860-
CMYK00.6610
HSL20.24º100%50%-
HSV(B)20.24º100%100%-
XYZ44.5727.923.04-
YUV126.7356.49219.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 74.78%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.78%
G=25.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25586000.661020.2410050
HexFF560042640146432
Octal3771260010214402414462
Binary11111111101011000100001011001000101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5600; }

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

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

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

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

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

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

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

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