#FD560A

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

Shades of International Orange #FD560A

Tints of International Orange #FD560A

Color information

#FD560A (or 0xFD560A) is unknown color: approx International Orange. HEX triplet: FD, 56 and 0A. RGB value is (253,86,10). Sum of RGB (Red+Green+Blue) = 253+86+10=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD560A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD560A is #02A9F5. Grayscale: #7F7F7F. Windows color (decimal): -174582 or 677629. OLE color: 677629.

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

Color convert

RGB2538610-
CMYK00.660.960.01
HSL18.77º98.38%51.57%-
HSV(B)18.77º96.05%99.22%-
XYZ43.8927.563.29-
YUV127.2761.83217.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 72.49%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=72.49%
G=24.64%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253861000.660.960.0118.7798.3851.57
HexFD56A042601136234
Octal37512612010214012314264
Binary11111101101011010100100001011000001100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD560A; }

 p { color: rgb(253,86,10); }

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

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

 a { background-color: rgb(253,86,10); }

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

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

 span { border-color: rgb(253,86,10); }

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