#F86828

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

Shades of Burnt Orange #F86828

Tints of Burnt Orange #F86828

Color information

#F86828 (or 0xF86828) is unknown color: approx Burnt Orange. HEX triplet: F8, 68 and 28. RGB value is (248,104,40). Sum of RGB (Red+Green+Blue) = 248+104+40=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F86828 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86828 is #0797D7. Grayscale: #8C8C8C. Windows color (decimal): -497624 or 2648312. OLE color: 2648312.

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

Color convert

RGB24810440-
CMYK00.580.840.03
HSL18.46º93.69%56.47%-
HSV(B)18.46º83.87%97.25%-
XYZ44.0430.015.48-
YUV139.7671.71205.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 63.27%
GREEN value IS 104 (41.02% from 255) = 26.53%
BLUE value IS 40 (16.02% from 255) = 10.20%
R=63.27%
G=26.53%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481044000.580.840.0318.4693.6956.47
HexF8682803A543125e38
Octal3701505007212432213670
Binary1111100011010001010000111010101010011100101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86828; }

 p { color: rgb(248,104,40); }

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

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

 a { background-color: rgb(248,104,40); }

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

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

 span { border-color: rgb(248,104,40); }

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