#FD5629

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

Shades of Outrageous Orange #FD5629

Tints of Outrageous Orange #FD5629

Color information

#FD5629 (or 0xFD5629) is unknown color: approx Outrageous Orange. HEX triplet: FD, 56 and 29. RGB value is (253,86,41). Sum of RGB (Red+Green+Blue) = 253+86+41=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5629 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5629 is #02A9D6. Grayscale: #838383. Windows color (decimal): -174551 or 2709245. OLE color: 2709245.

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

Color convert

RGB2538641-
CMYK00.660.840.01
HSL12.74º98.15%57.65%-
HSV(B)12.74º83.79%99.22%-
XYZ44.2427.75.11-
YUV130.877.33215.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 66.58%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 41 (16.41% from 255) = 10.79%
R=66.58%
G=22.63%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253864100.660.840.0112.7498.1557.65
HexFD5629042541d623a
Octal37512651010212411514272
Binary111111011010110101001010000101010100111011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5629; }

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

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

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

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

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

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

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

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