#F1694C

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

Shades of Burnt Sienna #F1694C

Tints of Burnt Sienna #F1694C

Color information

#F1694C (or 0xF1694C) is unknown color: approx Burnt Sienna. HEX triplet: F1, 69 and 4C. RGB value is (241,105,76). Sum of RGB (Red+Green+Blue) = 241+105+76=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F1694C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1694C is #0E96B3. Grayscale: #8E8E8E. Windows color (decimal): -956084 or 5007857. OLE color: 5007857.

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

Color convert

RGB24110576-
CMYK00.560.680.05
HSL10.55º85.49%62.16%-
HSV(B)10.55º68.46%94.51%-
XYZ42.6329.3310.25-
YUV142.3690.56198.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.11%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 76 (30.08% from 255) = 18.01%
R=57.11%
G=24.88%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411057600.560.680.0510.5585.4962.16
HexF1694C038445b553e
Octal36115111407010451312576
Binary11110001110100110011000111000100010010110111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1694C; }

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

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

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

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

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

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

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

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