#FB5D3F

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

Shades of Outrageous Orange #FB5D3F

Tints of Outrageous Orange #FB5D3F

Color information

#FB5D3F (or 0xFB5D3F) is unknown color: approx Outrageous Orange. HEX triplet: FB, 5D and 3F. RGB value is (251,93,63). Sum of RGB (Red+Green+Blue) = 251+93+63=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D3F is #04A2C0. Grayscale: #898989. Windows color (decimal): -303809 or 4152827. OLE color: 4152827.

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

Color convert

RGB2519363-
CMYK00.630.750.02
HSL9.57º95.92%61.57%-
HSV(B)9.57º74.9%98.43%-
XYZ44.628.77.89-
YUV136.8286.35209.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 61.67%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 63 (25% from 255) = 15.48%
R=61.67%
G=22.85%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251936300.630.750.029.5795.9261.57
HexFB5D3F03F4B2a603e
Octal3731357707711321214076
Binary111110111011101111111011111110010111010101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5D3F; }

 p { color: rgb(251,93,63); }

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

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

 a { background-color: rgb(251,93,63); }

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

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

 span { border-color: rgb(251,93,63); }

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