#F2723E

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

Shades of Burnt Orange #F2723E

Tints of Burnt Orange #F2723E

Color information

#F2723E (or 0xF2723E) is unknown color: approx Burnt Orange. HEX triplet: F2, 72 and 3E. RGB value is (242,114,62). Sum of RGB (Red+Green+Blue) = 242+114+62=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2723E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2723E is #0D8DC1. Grayscale: #929292. Windows color (decimal): -888258 or 4092658. OLE color: 4092658.

HSL color Cylindrical-coordinate representation of color #F2723E: hue angle of 17.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2723E is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24211462-
CMYK00.530.740.05
HSL17.33º87.38%59.61%-
HSV(B)17.33º74.38%94.9%-
XYZ43.531.268.3-
YUV146.3480.41196.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.89%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 62 (24.61% from 255) = 14.83%
R=57.89%
G=27.27%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421146200.530.740.0517.3387.3859.61
HexF2723E0354A511573c
Octal3621627606511252112774
Binary11110010111001011111001101011001010101100011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2723E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2723E; }

 p { color: rgb(242,114,62); }

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

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

 a { background-color: rgb(242,114,62); }

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

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

 span { border-color: rgb(242,114,62); }

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