#f87133

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

Shades of Burnt Orange #F87133

Tints of Burnt Orange #F87133

Color information

#F87133 (or 0xF87133) is unknown color: approx Burnt Orange. HEX triplet: F8, 71 and 33. RGB value is (248,113,51). Sum of RGB (Red+Green+Blue) = 248+113+51=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F87133 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87133 is #078ECC. Grayscale: #929292. Windows color (decimal): -495309 or 3371512. OLE color: 3371512.

HSL color Cylindrical-coordinate representation of color #F87133: hue angle of 18.88º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F87133 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB24811351-
CMYK00.540.790.03
HSL18.88º93.36%58.63%-
HSV(B)18.88º79.44%97.25%-
XYZ45.2132.016.93-
YUV146.374.23200.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.19%
GREEN value IS 113 (44.53% from 255) = 27.43%
BLUE value IS 51 (20.31% from 255) = 12.38%
R=60.19%
G=27.43%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481135100.540.790.0318.8893.3658.63
HexF871330364F3135d3b
Octal3701616306611732313573
Binary1111100011100011100110110110100111111100111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f87133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f87133; }

 p { color: rgb(248,113,51); }

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

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

 a { background-color: rgb(248,113,51); }

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

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

 span { border-color: rgb(248,113,51); }

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