#FF5500

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

Shades of International Orange #FF5500

Tints of International Orange #FF5500

Color information

#FF5500 (or 0xFF5500) is unknown color: approx International Orange. HEX triplet: FF, 55 and 00. RGB value is (255,85,0). Sum of RGB (Red+Green+Blue) = 255+85+0=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5500 is #00AAFF. Grayscale: #7E7E7E. Windows color (decimal): -43776 or 22015. OLE color: 22015.

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

Color convert

RGB255850-
CMYK00.6710
HSL20º100%50%-
HSV(B)20º100%100%-
XYZ44.4927.763.01-
YUV126.1456.82219.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 75%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 0 (0.39% from 255) = 0%
R=75%
G=25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25585000.67102010050
HexFF550043640146432
Octal3771250010314402414462
Binary11111111101010100100001111001000101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5500; }

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

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

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

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

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

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

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

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