#FB5428

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

Shades of Outrageous Orange #FB5428

Tints of Outrageous Orange #FB5428

Color information

#FB5428 (or 0xFB5428) is unknown color: approx Outrageous Orange. HEX triplet: FB, 54 and 28. RGB value is (251,84,40). Sum of RGB (Red+Green+Blue) = 251+84+40=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5428 is #04ABD7. Grayscale: #818181. Windows color (decimal): -306136 or 2643195. OLE color: 2643195.

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

Color convert

RGB2518440-
CMYK00.670.840.02
HSL12.51º96.35%57.06%-
HSV(B)12.51º84.06%98.43%-
XYZ43.34274.94-
YUV128.9277.83215.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 66.93%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 40 (16.02% from 255) = 10.67%
R=66.93%
G=22.4%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251844000.670.840.0212.5196.3557.06
HexFB5428043542d6039
Octal37312450010312421514071
Binary1111101110101001010000100001110101001011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5428; }

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

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

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

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

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

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

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

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