#F1714B

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

Shades of Burnt Sienna #F1714B

Tints of Burnt Sienna #F1714B

Color information

#F1714B (or 0xF1714B) is unknown color: approx Burnt Sienna. HEX triplet: F1, 71 and 4B. RGB value is (241,113,75). Sum of RGB (Red+Green+Blue) = 241+113+75=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F1714B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1714B is #0E8EB4. Grayscale: #939393. Windows color (decimal): -954037 or 4944369. OLE color: 4944369.

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

Color convert

RGB24111375-
CMYK00.530.690.05
HSL13.73º85.57%61.96%-
HSV(B)13.73º68.88%94.51%-
XYZ43.4531.0210.35-
YUV146.9487.41195.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.18%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 75 (29.69% from 255) = 17.48%
R=56.18%
G=26.34%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411137500.530.690.0513.7385.5761.96
HexF1714B035455e563e
Octal36116111306510551612676
Binary11110001111000110010110110101100010110111101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1714B; }

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

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

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

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

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

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

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

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