#F5500A

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

Shades of International Orange #F5500A

Tints of International Orange #F5500A

Color information

#F5500A (or 0xF5500A) is unknown color: approx International Orange. HEX triplet: F5, 50 and 0A. RGB value is (245,80,10). Sum of RGB (Red+Green+Blue) = 245+80+10=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F5500A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5500A is #0AAFF5. Grayscale: #797979. Windows color (decimal): -700406 or 676085. OLE color: 676085.

HSL color Cylindrical-coordinate representation of color #F5500A: hue angle of 17.87º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5500A is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB2458010-
CMYK00.670.960.04
HSL17.87º92.16%50%-
HSV(B)17.87º95.92%96.08%-
XYZ40.5825.173.01-
YUV121.3565.16216.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 73.13%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 10 (4.30% from 255) = 2.99%
R=73.13%
G=23.88%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245801000.670.960.0417.8792.1650
HexF550A043604125c32
Octal36512012010314042213462
Binary1111010110100001010010000111100000100100101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5500A; }

 p { color: rgb(245,80,10); }

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

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

 a { background-color: rgb(245,80,10); }

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

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

 span { border-color: rgb(245,80,10); }

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