#F2753A

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

Shades of Burnt Orange #F2753A

Tints of Burnt Orange #F2753A

Color information

#F2753A (or 0xF2753A) is unknown color: approx Burnt Orange. HEX triplet: F2, 75 and 3A. RGB value is (242,117,58). Sum of RGB (Red+Green+Blue) = 242+117+58=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2753A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2753A is #0D8AC5. Grayscale: #949494. Windows color (decimal): -887494 or 3831282. OLE color: 3831282.

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

Color convert

RGB24211758-
CMYK00.520.760.05
HSL19.24º87.62%58.82%-
HSV(B)19.24º76.03%94.9%-
XYZ43.7431.917.86-
YUV147.6577.41195.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.03%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 58 (23.05% from 255) = 13.91%
R=58.03%
G=28.06%
B=13.91%

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
Decimal2421175800.520.760.0519.2487.6258.82
HexF2753A0344C513583b
Octal3621657206411452313073
Binary11110010111010111101001101001001100101100111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2753A; }

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

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

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

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

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

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

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

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