#F1682A

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

Shades of Burnt Orange #F1682A

Tints of Burnt Orange #F1682A

Color information

#F1682A (or 0xF1682A) is unknown color: approx Burnt Orange. HEX triplet: F1, 68 and 2A. RGB value is (241,104,42). Sum of RGB (Red+Green+Blue) = 241+104+42=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F1682A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1682A is #0E97D5. Grayscale: #8A8A8A. Windows color (decimal): -956374 or 2779377. OLE color: 2779377.

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

Color convert

RGB24110442-
CMYK00.570.830.05
HSL18.69º87.67%55.49%-
HSV(B)18.69º82.57%94.51%-
XYZ41.6428.775.55-
YUV137.973.89201.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.27%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 42 (16.80% from 255) = 10.85%
R=62.27%
G=26.87%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411044200.570.830.0518.6987.6755.49
HexF1682A039535135837
Octal3611505207112352313067
Binary11110001110100010101001110011010011101100111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1682A; }

 p { color: rgb(241,104,42); }

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

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

 a { background-color: rgb(241,104,42); }

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

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

 span { border-color: rgb(241,104,42); }

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