#F2772D

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

Shades of Burnt Orange #F2772D

Tints of Burnt Orange #F2772D

Color information

#F2772D (or 0xF2772D) is unknown color: approx Burnt Orange. HEX triplet: F2, 77 and 2D. RGB value is (242,119,45). Sum of RGB (Red+Green+Blue) = 242+119+45=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2772D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2772D is #0D88D2. Grayscale: #939393. Windows color (decimal): -886995 or 2979826. OLE color: 2979826.

HSL color Cylindrical-coordinate representation of color #F2772D: hue angle of 22.54º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2772D is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB24211945-
CMYK00.510.810.05
HSL22.54º88.34%56.27%-
HSV(B)22.54º81.4%94.9%-
XYZ43.6932.266.41-
YUV147.3470.25195.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.61%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 45 (17.97% from 255) = 11.08%
R=59.61%
G=29.31%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421194500.510.810.0522.5488.3456.27
HexF2772D033515175838
Octal3621675506312152713070
Binary11110010111011110110101100111010001101101111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2772D; }

 p { color: rgb(242,119,45); }

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

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

 a { background-color: rgb(242,119,45); }

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

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

 span { border-color: rgb(242,119,45); }

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