#F3702A

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

Shades of Burnt Orange #F3702A

Tints of Burnt Orange #F3702A

Color information

#F3702A (or 0xF3702A) is unknown color: approx Burnt Orange. HEX triplet: F3, 70 and 2A. RGB value is (243,112,42). Sum of RGB (Red+Green+Blue) = 243+112+42=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F3702A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3702A is #0C8FD5. Grayscale: #8F8F8F. Windows color (decimal): -823254 or 2781427. OLE color: 2781427.

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

Color convert

RGB24311242-
CMYK00.540.830.05
HSL20.9º89.33%55.88%-
HSV(B)20.9º82.72%95.29%-
XYZ43.1730.815.86-
YUV143.1970.9199.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.21%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 42 (16.80% from 255) = 10.58%
R=61.21%
G=28.21%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431124200.540.830.0520.989.3355.88
HexF3702A036535155938
Octal3631605206612352513170
Binary11110011111000010101001101101010011101101011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3702A; }

 p { color: rgb(243,112,42); }

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

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

 a { background-color: rgb(243,112,42); }

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

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

 span { border-color: rgb(243,112,42); }

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