#F77F2E

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

Shades of Burnt Orange #F77F2E

Tints of Burnt Orange #F77F2E

Color information

#F77F2E (or 0xF77F2E) is unknown color: approx Burnt Orange. HEX triplet: F7, 7F and 2E. RGB value is (247,127,46). Sum of RGB (Red+Green+Blue) = 247+127+46=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77F2E is #0880D1. Grayscale: #9A9A9A. Windows color (decimal): -557266 or 3047415. OLE color: 3047415.

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

Color convert

RGB24712746-
CMYK00.490.810.03
HSL24.18º92.63%57.45%-
HSV(B)24.18º81.38%96.86%-
XYZ46.4435.156.92-
YUV153.6567.26194.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 58.81%
GREEN value IS 127 (50% from 255) = 30.24%
BLUE value IS 46 (18.36% from 255) = 10.95%
R=58.81%
G=30.24%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471274600.490.810.0324.1892.6357.45
HexF77F2E031513185d39
Octal3671775606112133013571
Binary1111011111111111011100110001101000111110001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77F2E; }

 p { color: rgb(247,127,46); }

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

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

 a { background-color: rgb(247,127,46); }

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

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

 span { border-color: rgb(247,127,46); }

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