#f86f2e

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

Shades of Burnt Orange #F86F2E

Tints of Burnt Orange #F86F2E

Color information

#F86F2E (or 0xF86F2E) is unknown color: approx Burnt Orange. HEX triplet: F8, 6F and 2E. RGB value is (248,111,46). Sum of RGB (Red+Green+Blue) = 248+111+46=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86F2E is #0790D1. Grayscale: #909090. Windows color (decimal): -495826 or 3043320. OLE color: 3043320.

HSL color Cylindrical-coordinate representation of color #F86F2E: hue angle of 19.31º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F86F2E is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB24811146-
CMYK00.550.810.03
HSL19.31º93.52%57.65%-
HSV(B)19.31º81.45%97.25%-
XYZ44.8931.526.3-
YUV144.5572.39201.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 61.23%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 46 (18.36% from 255) = 11.36%
R=61.23%
G=27.41%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481114600.550.810.0319.3193.5257.65
HexF86F2E037513135e3a
Octal3701575606712132313672
Binary1111100011011111011100110111101000111100111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f86f2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f86f2e; }

 p { color: rgb(248,111,46); }

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

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

 a { background-color: rgb(248,111,46); }

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

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

 span { border-color: rgb(248,111,46); }

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