#FF8237

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

Shades of Burnt Orange #FF8237

Tints of Burnt Orange #FF8237

Color information

#FF8237 (or 0xFF8237) is unknown color: approx Burnt Orange. HEX triplet: FF, 82 and 37. RGB value is (255,130,55). Sum of RGB (Red+Green+Blue) = 255+130+55=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8237 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8237 is #007DC8. Grayscale: #9F9F9F. Windows color (decimal): -32201 or 3638015. OLE color: 3638015.

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

Color convert

RGB25513055-
CMYK00.490.780
HSL22.5º100%60.78%-
HSV(B)22.5º78.43%100%-
XYZ49.9137.58.22-
YUV158.8369.41196.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.95%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 55 (21.88% from 255) = 12.5%
R=57.95%
G=29.55%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551305500.490.78022.510060.78
HexFF82370314E017643d
Octal3772026706111602714475
Binary1111111110000010110111011000110011100101111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8237; }

 p { color: rgb(255,130,55); }

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

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

 a { background-color: rgb(255,130,55); }

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

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

 span { border-color: rgb(255,130,55); }

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