#FC5500

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

Shades of International Orange #FC5500

Tints of International Orange #FC5500

Color information

#FC5500 (or 0xFC5500) is unknown color: approx International Orange. HEX triplet: FC, 55 and 00. RGB value is (252,85,0). Sum of RGB (Red+Green+Blue) = 252+85+0=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5500 is #03AAFF. Grayscale: #7D7D7D. Windows color (decimal): -240384 or 22012. OLE color: 22012.

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

Color convert

RGB252850-
CMYK00.6610.01
HSL20.24º100%49.41%-
HSV(B)20.24º100%98.82%-
XYZ43.3927.192.96-
YUV125.2457.33218.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 74.78%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.78%
G=25.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25285000.6610.0120.2410049.41
HexFC550042641146431
Octal3741250010214412414461
Binary11111100101010100100001011001001101001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5500; }

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

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

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

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

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

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

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

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