#FB581A

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

Shades of International Orange #FB581A

Tints of International Orange #FB581A

Color information

#FB581A (or 0xFB581A) is unknown color: approx International Orange. HEX triplet: FB, 58 and 1A. RGB value is (251,88,26). Sum of RGB (Red+Green+Blue) = 251+88+26=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB581A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB581A is #04A7E5. Grayscale: #828282. Windows color (decimal): -305126 or 1726715. OLE color: 1726715.

HSL color Cylindrical-coordinate representation of color #FB581A: hue angle of 16.53º 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 #FB581A is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB2518826-
CMYK00.650.900.02
HSL16.53º96.57%54.31%-
HSV(B)16.53º89.64%98.43%-
XYZ43.4627.564.01-
YUV129.6769.5214.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 68.77%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 26 (10.55% from 255) = 7.12%
R=68.77%
G=24.11%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251882600.650.900.0216.5396.5754.31
HexFB581A0415A2116136
Octal37313032010113222114166
Binary1111101110110001101001000001101101010100011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB581A; }

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

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

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

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

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

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

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

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