#FD7135

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

Shades of Burnt Orange #FD7135

Tints of Burnt Orange #FD7135

Color information

#FD7135 (or 0xFD7135) is unknown color: approx Burnt Orange. HEX triplet: FD, 71 and 35. RGB value is (253,113,53). Sum of RGB (Red+Green+Blue) = 253+113+53=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7135 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7135 is #028ECA. Grayscale: #949494. Windows color (decimal): -167627 or 3502589. OLE color: 3502589.

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

Color convert

RGB25311353-
CMYK00.550.790.01
HSL18º98.04%60%-
HSV(B)18º79.05%99.22%-
XYZ47.0632.957.25-
YUV148.0274.38202.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 60.38%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 53 (21.09% from 255) = 12.65%
R=60.38%
G=26.97%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531135300.550.790.011898.0460
HexFD71350374F112623c
Octal3751616506711712214274
Binary111111011110001110101011011110011111100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7135; }

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

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

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

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

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

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

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

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