#FB5528

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

Shades of Outrageous Orange #FB5528

Tints of Outrageous Orange #FB5528

Color information

#FB5528 (or 0xFB5528) is unknown color: approx Outrageous Orange. HEX triplet: FB, 55 and 28. RGB value is (251,85,40). Sum of RGB (Red+Green+Blue) = 251+85+40=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5528 is #04AAD7. Grayscale: #818181. Windows color (decimal): -305880 or 2643451. OLE color: 2643451.

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

Color convert

RGB2518540-
CMYK00.660.840.02
HSL12.8º96.35%57.06%-
HSV(B)12.8º84.06%98.43%-
XYZ43.4227.164.96-
YUV129.577.5214.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 66.76%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 40 (16.02% from 255) = 10.64%
R=66.76%
G=22.61%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251854000.660.840.0212.896.3557.06
HexFB5528042542d6039
Octal37312550010212421514071
Binary1111101110101011010000100001010101001011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5528; }

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

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

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

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

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

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

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

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