#FB5535

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

Shades of Outrageous Orange #FB5535

Tints of Outrageous Orange #FB5535

Color information

#FB5535 (or 0xFB5535) is unknown color: approx Outrageous Orange. HEX triplet: FB, 55 and 35. RGB value is (251,85,53). Sum of RGB (Red+Green+Blue) = 251+85+53=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5535 is #04AACA. Grayscale: #838383. Windows color (decimal): -305867 or 3495419. OLE color: 3495419.

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

Color convert

RGB2518553-
CMYK00.660.790.02
HSL9.7º96.12%59.61%-
HSV(B)9.7º78.88%98.43%-
XYZ43.6727.266.33-
YUV130.9984213.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 64.52%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 53 (21.09% from 255) = 13.62%
R=64.52%
G=21.85%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251855300.660.790.029.796.1259.61
HexFB55350424F2a603c
Octal37312565010211721214074
Binary1111101110101011101010100001010011111010101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5535; }

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

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

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

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

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

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

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

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