#FB5514

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

Shades of International Orange #FB5514

Tints of International Orange #FB5514

Color information

#FB5514 (or 0xFB5514) is unknown color: approx International Orange. HEX triplet: FB, 55 and 14. RGB value is (251,85,20). Sum of RGB (Red+Green+Blue) = 251+85+20=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5514 is #04AAEB. Grayscale: #7F7F7F. Windows color (decimal): -305900 or 1332731. OLE color: 1332731.

HSL color Cylindrical-coordinate representation of color #FB5514: hue angle of 16.88º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB5514 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB2518520-
CMYK00.660.920.02
HSL16.88º96.65%53.14%-
HSV(B)16.88º92.03%98.43%-
XYZ43.1627.063.61-
YUV127.2267.5216.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 70.51%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 20 (8.20% from 255) = 5.62%
R=70.51%
G=23.88%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251852000.660.920.0216.8896.6553.14
HexFB55140425C2116135
Octal37312524010213422114165
Binary1111101110101011010001000010101110010100011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5514; }

 p { color: rgb(251,85,20); }

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

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

 a { background-color: rgb(251,85,20); }

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

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

 span { border-color: rgb(251,85,20); }

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