#FF7135

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

Shades of Burnt Orange #FF7135

Tints of Burnt Orange #FF7135

Color information

#FF7135 (or 0xFF7135) is unknown color: approx Burnt Orange. HEX triplet: FF, 71 and 35. RGB value is (255,113,53). Sum of RGB (Red+Green+Blue) = 255+113+53=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7135 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7135 is #008ECA. Grayscale: #959595. Windows color (decimal): -36555 or 3502591. OLE color: 3502591.

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

Color convert

RGB25511353-
CMYK00.560.790
HSL17.82º100%60.39%-
HSV(B)17.82º79.22%100%-
XYZ47.7933.337.28-
YUV148.6274.04203.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.57%
GREEN value IS 113 (44.53% from 255) = 26.84%
BLUE value IS 53 (21.09% from 255) = 12.59%
R=60.57%
G=26.84%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551135300.560.79017.8210060.39
HexFF71350384F012643c
Octal3771616507011702214474
Binary111111111110001110101011100010011110100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7135; }

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

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

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

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

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

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

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

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