#FF6524

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

Shades of Burnt Orange #FF6524

Tints of Burnt Orange #FF6524

Color information

#FF6524 (or 0xFF6524) is unknown color: approx Burnt Orange. HEX triplet: FF, 65 and 24. RGB value is (255,101,36). Sum of RGB (Red+Green+Blue) = 255+101+36=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6524 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6524 is #009ADB. Grayscale: #8C8C8C. Windows color (decimal): -39644 or 2385407. OLE color: 2385407.

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

Color convert

RGB25510136-
CMYK00.600.860
HSL17.81º100%57.06%-
HSV(B)17.81º85.88%100%-
XYZ46.2130.695.16-
YUV139.6469.52210.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.05%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 36 (14.45% from 255) = 9.18%
R=65.05%
G=25.77%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551013600.600.86017.8110057.06
HexFF652403C560126439
Octal3771454407412602214471
Binary111111111100101100100011110010101100100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6524; }

 p { color: rgb(255,101,36); }

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

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

 a { background-color: rgb(255,101,36); }

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

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

 span { border-color: rgb(255,101,36); }

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