#F77528

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

Shades of Burnt Orange #F77528

Tints of Burnt Orange #F77528

Color information

#F77528 (or 0xF77528) is unknown color: approx Burnt Orange. HEX triplet: F7, 75 and 28. RGB value is (247,117,40). Sum of RGB (Red+Green+Blue) = 247+117+40=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F77528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77528 is #088AD7. Grayscale: #939393. Windows color (decimal): -559832 or 2651639. OLE color: 2651639.

HSL color Cylindrical-coordinate representation of color #F77528: hue angle of 22.32º degrees, saturation: 0.93, 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 #F77528 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB24711740-
CMYK00.530.840.03
HSL22.32º92.83%56.27%-
HSV(B)22.32º83.81%96.86%-
XYZ45.132.655.93-
YUV147.0967.57199.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 61.14%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 40 (16.02% from 255) = 9.90%
R=61.14%
G=28.96%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471174000.530.840.0322.3292.8356.27
HexF77528035543165d38
Octal3671655006512432613570
Binary1111011111101011010000110101101010011101101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77528; }

 p { color: rgb(247,117,40); }

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

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

 a { background-color: rgb(247,117,40); }

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

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

 span { border-color: rgb(247,117,40); }

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