#F2733A

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

Shades of Burnt Orange #F2733A

Tints of Burnt Orange #F2733A

Color information

#F2733A (or 0xF2733A) is unknown color: approx Burnt Orange. HEX triplet: F2, 73 and 3A. RGB value is (242,115,58). Sum of RGB (Red+Green+Blue) = 242+115+58=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2733A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2733A is #0D8CC5. Grayscale: #929292. Windows color (decimal): -888006 or 3830770. OLE color: 3830770.

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

Color convert

RGB24211558-
CMYK00.520.760.05
HSL18.59º87.62%58.82%-
HSV(B)18.59º76.03%94.9%-
XYZ43.5131.447.78-
YUV146.4878.08196.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.31%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 58 (23.05% from 255) = 13.98%
R=58.31%
G=27.71%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421155800.520.760.0518.5987.6258.82
HexF2733A0344C513583b
Octal3621637206411452313073
Binary11110010111001111101001101001001100101100111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2733A; }

 p { color: rgb(242,115,58); }

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

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

 a { background-color: rgb(242,115,58); }

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

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

 span { border-color: rgb(242,115,58); }

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