#f86d25

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

Shades of Burnt Orange #F86D25

Tints of Burnt Orange #F86D25

Color information

#F86D25 (or 0xF86D25) is unknown color: approx Burnt Orange. HEX triplet: F8, 6D and 25. RGB value is (248,109,37). Sum of RGB (Red+Green+Blue) = 248+109+37=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86D25 is #0792DA. Grayscale: #8E8E8E. Windows color (decimal): -496347 or 2452984. OLE color: 2452984.

HSL color Cylindrical-coordinate representation of color #F86D25: hue angle of 20.47º 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 #F86D25 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB24810937-
CMYK00.560.850.03
HSL20.47º93.78%55.88%-
HSV(B)20.47º85.08%97.25%-
XYZ44.5131.035.39-
YUV142.3568.55203.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62.94%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 37 (14.84% from 255) = 9.39%
R=62.94%
G=27.66%
B=9.39%

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
Decimal2481093700.560.850.0320.4793.7855.88
HexF86D25038553145e38
Octal3701554507012532413670
Binary1111100011011011001010111000101010111101001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f86d25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f86d25; }

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

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

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

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

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

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

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

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