#F1692E

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

Shades of Burnt Orange #F1692E

Tints of Burnt Orange #F1692E

Color information

#F1692E (or 0xF1692E) is unknown color: approx Burnt Orange. HEX triplet: F1, 69 and 2E. RGB value is (241,105,46). Sum of RGB (Red+Green+Blue) = 241+105+46=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F1692E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1692E is #0E96D1. Grayscale: #8B8B8B. Windows color (decimal): -956114 or 3041777. OLE color: 3041777.

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

Color convert

RGB24110546-
CMYK00.560.810.05
HSL18.15º87.44%56.27%-
HSV(B)18.15º80.91%94.51%-
XYZ41.82295.98-
YUV138.9475.56200.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.48%
GREEN value IS 105 (41.41% from 255) = 26.79%
BLUE value IS 46 (18.36% from 255) = 11.73%
R=61.48%
G=26.79%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411054600.560.810.0518.1587.4456.27
HexF1692E038515125738
Octal3611515607012152212770
Binary11110001110100110111001110001010001101100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1692E; }

 p { color: rgb(241,105,46); }

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

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

 a { background-color: rgb(241,105,46); }

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

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

 span { border-color: rgb(241,105,46); }

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