#F77D31

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

Shades of Burnt Orange #F77D31

Tints of Burnt Orange #F77D31

Color information

#F77D31 (or 0xF77D31) is unknown color: approx Burnt Orange. HEX triplet: F7, 7D and 31. RGB value is (247,125,49). Sum of RGB (Red+Green+Blue) = 247+125+49=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77D31 is #0882CE. Grayscale: #999999. Windows color (decimal): -557775 or 3243511. OLE color: 3243511.

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

Color convert

RGB24712549-
CMYK00.490.800.03
HSL23.03º92.52%58.04%-
HSV(B)23.03º80.16%96.86%-
XYZ46.2534.667.16-
YUV152.8169.42195.18-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 58.67%
GREEN value IS 125 (49.22% from 255) = 29.69%
BLUE value IS 49 (19.53% from 255) = 11.64%
R=58.67%
G=29.69%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471254900.490.800.0323.0392.5258.04
HexF77D31031503175d3a
Octal3671756106112032713572
Binary1111011111111011100010110001101000011101111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77D31; }

 p { color: rgb(247,125,49); }

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

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

 a { background-color: rgb(247,125,49); }

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

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

 span { border-color: rgb(247,125,49); }

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