#FD5D31

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

Shades of Outrageous Orange #FD5D31

Tints of Outrageous Orange #FD5D31

Color information

#FD5D31 (or 0xFD5D31) is unknown color: approx Outrageous Orange. HEX triplet: FD, 5D and 31. RGB value is (253,93,49). Sum of RGB (Red+Green+Blue) = 253+93+49=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D31 is #02A2CE. Grayscale: #888888. Windows color (decimal): -172751 or 3235325. OLE color: 3235325.

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

Color convert

RGB2539349-
CMYK00.630.810.01
HSL12.94º98.08%59.22%-
HSV(B)12.94º80.63%99.22%-
XYZ44.9828.936.12-
YUV135.8279.01211.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 64.05%
GREEN value IS 93 (36.72% from 255) = 23.54%
BLUE value IS 49 (19.53% from 255) = 12.41%
R=64.05%
G=23.54%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253934900.630.810.0112.9498.0859.22
HexFD5D3103F511d623b
Octal3751356107712111514273
Binary11111101101110111000101111111010001111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5D31; }

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

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

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

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

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

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

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

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