#FD5701

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

Shades of International Orange #FD5701

Tints of International Orange #FD5701

Color information

#FD5701 (or 0xFD5701) is unknown color: approx International Orange. HEX triplet: FD, 57 and 01. RGB value is (253,87,1). Sum of RGB (Red+Green+Blue) = 253+87+1=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5701 is #02A8FE. Grayscale: #7F7F7F. Windows color (decimal): -174335 or 88061. OLE color: 88061.

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

Color convert

RGB253871-
CMYK00.661.000.01
HSL20.48º99.21%49.8%-
HSV(B)20.48º99.6%99.22%-
XYZ43.9227.73.06-
YUV126.8357217.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 74.19%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=74.19%
G=25.51%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25387100.661.000.0120.4899.2149.8
HexFD571042641146332
Octal3751271010214412414362
Binary11111101101011110100001011001001101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5701; }

 p { color: rgb(253,87,1); }

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

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

 a { background-color: rgb(253,87,1); }

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

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

 span { border-color: rgb(253,87,1); }

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