#FD5D3E

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

Shades of Outrageous Orange #FD5D3E

Tints of Outrageous Orange #FD5D3E

Color information

#FD5D3E (or 0xFD5D3E) is unknown color: approx Outrageous Orange. HEX triplet: FD, 5D and 3E. RGB value is (253,93,62). Sum of RGB (Red+Green+Blue) = 253+93+62=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D3E is #02A2C1. Grayscale: #898989. Windows color (decimal): -172738 or 4087293. OLE color: 4087293.

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

Color convert

RGB2539362-
CMYK00.630.750.01
HSL9.74º97.95%61.76%-
HSV(B)9.74º75.49%99.22%-
XYZ45.2929.067.78-
YUV137.3185.51210.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.01%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 62 (24.61% from 255) = 15.20%
R=62.01%
G=22.79%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253936200.630.750.019.7497.9561.76
HexFD5D3E03F4B1a623e
Octal3751357607711311214276
Binary11111101101110111111001111111001011110101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5D3E; }

 p { color: rgb(253,93,62); }

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

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

 a { background-color: rgb(253,93,62); }

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

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

 span { border-color: rgb(253,93,62); }

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