#FB561A

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

Shades of International Orange #FB561A

Tints of International Orange #FB561A

Color information

#FB561A (or 0xFB561A) is unknown color: approx International Orange. HEX triplet: FB, 56 and 1A. RGB value is (251,86,26). Sum of RGB (Red+Green+Blue) = 251+86+26=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB561A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB561A is #04A9E5. Grayscale: #808080. Windows color (decimal): -305638 or 1726203. OLE color: 1726203.

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

Color convert

RGB2518626-
CMYK00.660.900.02
HSL16º96.57%54.31%-
HSV(B)16º89.64%98.43%-
XYZ43.327.243.95-
YUV128.570.16215.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 69.15%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 26 (10.55% from 255) = 7.16%
R=69.15%
G=23.69%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251862600.660.900.021696.5754.31
HexFB561A0425A2106136
Octal37312632010213222014166
Binary1111101110101101101001000010101101010100001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB561A; }

 p { color: rgb(251,86,26); }

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

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

 a { background-color: rgb(251,86,26); }

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

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

 span { border-color: rgb(251,86,26); }

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