#FB571A

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

Shades of International Orange #FB571A

Tints of International Orange #FB571A

Color information

#FB571A (or 0xFB571A) is unknown color: approx International Orange. HEX triplet: FB, 57 and 1A. RGB value is (251,87,26). Sum of RGB (Red+Green+Blue) = 251+87+26=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB571A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB571A is #04A8E5. Grayscale: #818181. Windows color (decimal): -305382 or 1726459. OLE color: 1726459.

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

Color convert

RGB2518726-
CMYK00.650.900.02
HSL16.27º96.57%54.31%-
HSV(B)16.27º89.64%98.43%-
XYZ43.3827.43.98-
YUV129.0869.83214.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 68.96%
GREEN value IS 87 (34.38% from 255) = 23.90%
BLUE value IS 26 (10.55% from 255) = 7.14%
R=68.96%
G=23.90%
B=7.14%

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
Decimal251872600.650.900.0216.2796.5754.31
HexFB571A0415A2106136
Octal37312732010113222014166
Binary1111101110101111101001000001101101010100001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB571A; }

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

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

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

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

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

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

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

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