#F2743A

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

Shades of Burnt Orange #F2743A

Tints of Burnt Orange #F2743A

Color information

#F2743A (or 0xF2743A) is unknown color: approx Burnt Orange. HEX triplet: F2, 74 and 3A. RGB value is (242,116,58). Sum of RGB (Red+Green+Blue) = 242+116+58=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2743A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2743A is #0D8BC5. Grayscale: #939393. Windows color (decimal): -887750 or 3831026. OLE color: 3831026.

HSL color Cylindrical-coordinate representation of color #F2743A: hue angle of 18.91º 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 #F2743A is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB24211658-
CMYK00.520.760.05
HSL18.91º87.62%58.82%-
HSV(B)18.91º76.03%94.9%-
XYZ43.6331.677.82-
YUV147.0677.74195.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.17%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 58 (23.05% from 255) = 13.94%
R=58.17%
G=27.88%
B=13.94%

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
Decimal2421165800.520.760.0518.9187.6258.82
HexF2743A0344C513583b
Octal3621647206411452313073
Binary11110010111010011101001101001001100101100111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2743A; }

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

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

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

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

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

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

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

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