#FF7535

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

Shades of Burnt Orange #FF7535

Tints of Burnt Orange #FF7535

Color information

#FF7535 (or 0xFF7535) is unknown color: approx Burnt Orange. HEX triplet: FF, 75 and 35. RGB value is (255,117,53). Sum of RGB (Red+Green+Blue) = 255+117+53=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7535 is #008ACA. Grayscale: #979797. Windows color (decimal): -35531 or 3503615. OLE color: 3503615.

HSL color Cylindrical-coordinate representation of color #FF7535: hue angle of 19.01º 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 #FF7535 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.

Color convert

RGB25511753-
CMYK00.540.790
HSL19.01º100%60.39%-
HSV(B)19.01º79.22%100%-
XYZ48.2434.247.43-
YUV150.9772.72202.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 53 (21.09% from 255) = 12.47%
R=60%
G=27.53%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551175300.540.79019.0110060.39
HexFF75350364F013643c
Octal3771656506611702314474
Binary111111111110101110101011011010011110100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7535; }

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

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

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

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

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

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

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

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