#FD7138

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

Shades of Burnt Orange #FD7138

Tints of Burnt Orange #FD7138

Color information

#FD7138 (or 0xFD7138) is unknown color: approx Burnt Orange. HEX triplet: FD, 71 and 38. RGB value is (253,113,56). Sum of RGB (Red+Green+Blue) = 253+113+56=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7138 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7138 is #028EC7. Grayscale: #949494. Windows color (decimal): -167624 or 3699197. OLE color: 3699197.

HSL color Cylindrical-coordinate representation of color #FD7138: hue angle of 17.36º 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 #FD7138 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB25311356-
CMYK00.550.780.01
HSL17.36º98.01%60.59%-
HSV(B)17.36º77.87%99.22%-
XYZ47.1332.987.62-
YUV148.3675.88202.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 59.95%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 56 (22.27% from 255) = 13.27%
R=59.95%
G=26.78%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531135600.550.780.0117.3698.0160.59
HexFD71380374E111623d
Octal3751617006711612114275
Binary111111011110001111000011011110011101100011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7138; }

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

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

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

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

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

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

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

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