#FF5700

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

Shades of International Orange #FF5700

Tints of International Orange #FF5700

Color information

#FF5700 (or 0xFF5700) is unknown color: approx International Orange. HEX triplet: FF, 57 and 00. RGB value is (255,87,0). Sum of RGB (Red+Green+Blue) = 255+87+0=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5700 is #00A8FF. Grayscale: #7F7F7F. Windows color (decimal): -43264 or 22527. OLE color: 22527.

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

Color convert

RGB255870-
CMYK00.6610
HSL20.47º100%50%-
HSV(B)20.47º100%100%-
XYZ44.6528.083.07-
YUV127.3156.16219.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 74.56%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.56%
G=25.44%
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
Decimal25587000.661020.4710050
HexFF570042640146432
Octal3771270010214402414462
Binary11111111101011100100001011001000101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5700; }

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

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

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

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

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

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

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

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