#FD5E38

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

Shades of Outrageous Orange #FD5E38

Tints of Outrageous Orange #FD5E38

Color information

#FD5E38 (or 0xFD5E38) is unknown color: approx Outrageous Orange. HEX triplet: FD, 5E and 38. RGB value is (253,94,56). Sum of RGB (Red+Green+Blue) = 253+94+56=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5E38 is #02A1C7. Grayscale: #898989. Windows color (decimal): -172488 or 3694333. OLE color: 3694333.

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

Color convert

RGB2539456-
CMYK00.630.780.01
HSL11.57º98.01%60.59%-
HSV(B)11.57º77.87%99.22%-
XYZ45.2229.176.99-
YUV137.2182.18210.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.78%
GREEN value IS 94 (37.11% from 255) = 23.33%
BLUE value IS 56 (22.27% from 255) = 13.90%
R=62.78%
G=23.33%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253945600.630.780.0111.5798.0160.59
HexFD5E3803F4E1c623d
Octal3751367007711611414275
Binary11111101101111011100001111111001110111001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5E38; }

 p { color: rgb(253,94,56); }

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

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

 a { background-color: rgb(253,94,56); }

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

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

 span { border-color: rgb(253,94,56); }

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