#FB5B0E

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

Shades of International Orange #FB5B0E

Tints of International Orange #FB5B0E

Color information

#FB5B0E (or 0xFB5B0E) is unknown color: approx International Orange. HEX triplet: FB, 5B and 0E. RGB value is (251,91,14). Sum of RGB (Red+Green+Blue) = 251+91+14=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5B0E is #04A4F1. Grayscale: #828282. Windows color (decimal): -304370 or 941051. OLE color: 941051.

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

Color convert

RGB2519114-
CMYK00.640.940.02
HSL19.49º96.73%51.96%-
HSV(B)19.49º94.42%98.43%-
XYZ43.628.023.53-
YUV130.0662.51214.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 70.51%
GREEN value IS 91 (35.94% from 255) = 25.56%
BLUE value IS 14 (5.86% from 255) = 3.93%
R=70.51%
G=25.56%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251911400.640.940.0219.4996.7351.96
HexFB5BE0405E2136134
Octal37313316010013622314164
Binary111110111011011111001000000101111010100111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5B0E; }

 p { color: rgb(251,91,14); }

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

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

 a { background-color: rgb(251,91,14); }

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

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

 span { border-color: rgb(251,91,14); }

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