#FD5627

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

Shades of Outrageous Orange #FD5627

Tints of Outrageous Orange #FD5627

Color information

#FD5627 (or 0xFD5627) is unknown color: approx Outrageous Orange. HEX triplet: FD, 56 and 27. RGB value is (253,86,39). Sum of RGB (Red+Green+Blue) = 253+86+39=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5627 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5627 is #02A9D8. Grayscale: #828282. Windows color (decimal): -174553 or 2578173. OLE color: 2578173.

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

Color convert

RGB2538639-
CMYK00.660.850.01
HSL13.18º98.17%57.25%-
HSV(B)13.18º84.58%99.22%-
XYZ44.227.684.93-
YUV130.5776.33215.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 66.93%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 39 (15.62% from 255) = 10.32%
R=66.93%
G=22.75%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253863900.660.850.0113.1898.1757.25
HexFD5627042551d6239
Octal37512647010212511514271
Binary111111011010110100111010000101010101111011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5627; }

 p { color: rgb(253,86,39); }

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

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

 a { background-color: rgb(253,86,39); }

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

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

 span { border-color: rgb(253,86,39); }

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