#F86C25

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

Shades of Burnt Orange #F86C25

Tints of Burnt Orange #F86C25

Color information

#F86C25 (or 0xF86C25) is unknown color: approx Burnt Orange. HEX triplet: F8, 6C and 25. RGB value is (248,108,37). Sum of RGB (Red+Green+Blue) = 248+108+37=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86C25 is #0793DA. Grayscale: #8E8E8E. Windows color (decimal): -496603 or 2452728. OLE color: 2452728.

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

Color convert

RGB24810837-
CMYK00.560.850.03
HSL20.19º93.78%55.88%-
HSV(B)20.19º85.08%97.25%-
XYZ44.4130.825.36-
YUV141.7768.88203.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 63.10%
GREEN value IS 108 (42.58% from 255) = 27.48%
BLUE value IS 37 (14.84% from 255) = 9.41%
R=63.10%
G=27.48%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481083700.560.850.0320.1993.7855.88
HexF86C25038553145e38
Octal3701544507012532413670
Binary1111100011011001001010111000101010111101001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86C25; }

 p { color: rgb(248,108,37); }

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

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

 a { background-color: rgb(248,108,37); }

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

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

 span { border-color: rgb(248,108,37); }

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