#FF5400

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

Shades of International Orange #FF5400

Tints of International Orange #FF5400

Color information

#FF5400 (or 0xFF5400) is unknown color: approx International Orange. HEX triplet: FF, 54 and 00. RGB value is (255,84,0). Sum of RGB (Red+Green+Blue) = 255+84+0=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5400 is #00ABFF. Grayscale: #7E7E7E. Windows color (decimal): -44032 or 21759. OLE color: 21759.

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

Color convert

RGB255840-
CMYK00.6710
HSL19.76º100%50%-
HSV(B)19.76º100%100%-
XYZ44.4127.62.99-
YUV125.5557.15220.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 75.22%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.22%
G=24.78%
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
Decimal25584000.671019.7610050
HexFF540043640146432
Octal3771240010314402414462
Binary11111111101010000100001111001000101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5400; }

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

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

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

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

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

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

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

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