#FC5003

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

Shades of International Orange #FC5003

Tints of International Orange #FC5003

Color information

#FC5003 (or 0xFC5003) is unknown color: approx International Orange. HEX triplet: FC, 50 and 03. RGB value is (252,80,3). Sum of RGB (Red+Green+Blue) = 252+80+3=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5003 is #03AFFC. Grayscale: #7B7B7B. Windows color (decimal): -241661 or 217340. OLE color: 217340.

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

Color convert

RGB252803-
CMYK00.680.990.01
HSL18.55º97.65%50%-
HSV(B)18.55º98.81%98.82%-
XYZ43.0326.442.92-
YUV122.6560.48220.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 75.22%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 3 (1.56% from 255) = 0.90%
R=75.22%
G=23.88%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25280300.680.990.0118.5597.6550
HexFC503044631136232
Octal3741203010414312314262
Binary111111001010000110100010011000111100111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5003; }

 p { color: rgb(252,80,3); }

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

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

 a { background-color: rgb(252,80,3); }

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

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

 span { border-color: rgb(252,80,3); }

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