#F1712F

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

Shades of Burnt Orange #F1712F

Tints of Burnt Orange #F1712F

Color information

#F1712F (or 0xF1712F) is unknown color: approx Burnt Orange. HEX triplet: F1, 71 and 2F. RGB value is (241,113,47). Sum of RGB (Red+Green+Blue) = 241+113+47=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1712F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1712F is #0E8ED0. Grayscale: #909090. Windows color (decimal): -954065 or 3109361. OLE color: 3109361.

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

Color convert

RGB24111347-
CMYK00.530.800.05
HSL20.41º87.39%56.47%-
HSV(B)20.41º80.5%94.51%-
XYZ42.6930.726.37-
YUV143.7573.41197.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.10%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 47 (18.75% from 255) = 11.72%
R=60.10%
G=28.18%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411134700.530.800.0520.4187.3956.47
HexF1712F035505145738
Octal3611615706512052412770
Binary11110001111000110111101101011010000101101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1712F; }

 p { color: rgb(241,113,47); }

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

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

 a { background-color: rgb(241,113,47); }

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

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

 span { border-color: rgb(241,113,47); }

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