#FD5536

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

Shades of Outrageous Orange #FD5536

Tints of Outrageous Orange #FD5536

Color information

#FD5536 (or 0xFD5536) is unknown color: approx Outrageous Orange. HEX triplet: FD, 55 and 36. RGB value is (253,85,54). Sum of RGB (Red+Green+Blue) = 253+85+54=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5536 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5536 is #02AAC9. Grayscale: #838383. Windows color (decimal): -174794 or 3560957. OLE color: 3560957.

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

Color convert

RGB2538554-
CMYK00.660.790.01
HSL9.35º98.03%60.2%-
HSV(B)9.35º78.66%99.22%-
XYZ44.4227.656.48-
YUV131.784.16214.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 64.54%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 54 (21.48% from 255) = 13.78%
R=64.54%
G=21.68%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253855400.660.790.019.3598.0360.2
HexFD55360424F19623c
Octal37512566010211711114274
Binary111111011010101110110010000101001111110011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5536; }

 p { color: rgb(253,85,54); }

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

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

 a { background-color: rgb(253,85,54); }

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

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

 span { border-color: rgb(253,85,54); }

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