#FB6428

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

Shades of Outrageous Orange #FB6428

Tints of Outrageous Orange #FB6428

Color information

#FB6428 (or 0xFB6428) is unknown color: approx Outrageous Orange. HEX triplet: FB, 64 and 28. RGB value is (251,100,40). Sum of RGB (Red+Green+Blue) = 251+100+40=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6428 is #049BD7. Grayscale: #8A8A8A. Windows color (decimal): -302040 or 2647291. OLE color: 2647291.

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

Color convert

RGB25110040-
CMYK00.600.840.02
HSL17.06º96.35%57.06%-
HSV(B)17.06º84.06%98.43%-
XYZ44.7229.785.4-
YUV138.3172.53208.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 64.19%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 40 (16.02% from 255) = 10.23%
R=64.19%
G=25.58%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511004000.600.840.0217.0696.3557.06
HexFB642803C542116039
Octal3731445007412422114071
Binary1111101111001001010000111100101010010100011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6428; }

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

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

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

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

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

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

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

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