#f1713d

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

Shades of Burnt Orange #F1713D

Tints of Burnt Orange #F1713D

Color information

#F1713D (or 0xF1713D) is unknown color: approx Burnt Orange. HEX triplet: F1, 71 and 3D. RGB value is (241,113,61). Sum of RGB (Red+Green+Blue) = 241+113+61=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F1713D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1713D is #0E8EC2. Grayscale: #919191. Windows color (decimal): -954051 or 4026865. OLE color: 4026865.

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

Color convert

RGB24111361-
CMYK00.530.750.05
HSL17.33º86.54%59.22%-
HSV(B)17.33º74.69%94.51%-
XYZ43.0230.858.1-
YUV145.3480.41196.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.07%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 61 (24.22% from 255) = 14.70%
R=58.07%
G=27.23%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411136100.530.750.0517.3386.5459.22
HexF1713D0354B511573b
Octal3611617506511352112773
Binary11110001111000111110101101011001011101100011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1713d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1713d; }

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

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

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

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

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

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

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

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