#FB5B34

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

Shades of Outrageous Orange #FB5B34

Tints of Outrageous Orange #FB5B34

Color information

#FB5B34 (or 0xFB5B34) is unknown color: approx Outrageous Orange. HEX triplet: FB, 5B and 34. RGB value is (251,91,52). Sum of RGB (Red+Green+Blue) = 251+91+52=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5B34 is #04A4CB. Grayscale: #868686. Windows color (decimal): -304332 or 3431419. OLE color: 3431419.

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

Color convert

RGB2519152-
CMYK00.640.790.02
HSL11.76º96.14%59.41%-
HSV(B)11.76º79.28%98.43%-
XYZ44.1428.246.37-
YUV134.3981.51211.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 63.71%
GREEN value IS 91 (35.94% from 255) = 23.10%
BLUE value IS 52 (20.70% from 255) = 13.20%
R=63.71%
G=23.10%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251915200.640.790.0211.7696.1459.41
HexFB5B340404F2c603b
Octal37313364010011721414073
Binary1111101110110111101000100000010011111011001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5B34; }

 p { color: rgb(251,91,52); }

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

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

 a { background-color: rgb(251,91,52); }

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

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

 span { border-color: rgb(251,91,52); }

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