Html Css Color HEX #F16C56 Burnt Sienna

📋 copy color: '#F16C56'

red 241 ◦ green 108 ◦ blue 86

#F16C56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Sienna #F16C56

Tints of Burnt Sienna #F16C56

RGB

 RED value IS 241 (94.53% from 255) = 55.4%

 GREEN value IS 108 (42.58% from 255) = 24.83%

 BLUE value IS 86 (33.98% from 255) = 19.77%

R = 55.4%
G = 24.83%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F16C56 (or 0xF16C56) is known color: Burnt Sienna. HEX triplet: F1, 6C and 56. RGB value is (241,108,86). Sum of RGB (Red+Green+Blue) = 241+108+86=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16C56 is #0E93A9. Grayscale: #919191. Windows color (decimal): -955306 or 5663985. OLE color: 5663985.

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

Color convert

RGB 241 108 86 -
CMYK 0 0.55 0.64 0.05
HSL 8.52º 0.85% 0.64% -
HSV(B) 8.52º 0.64% 0.95% -
XYZ 43.32 30.1 12.33 -
YUV 145.26 94.56 196.29 -
System Red Green Blue C M Y K H S L
Decimal 241 108 86 0 0.55 0.64 0.05 8.52 0.85 0.64
Hex F1 6C 56 0 37 40 5 9 55 40
Octal 361 154 126 0 67 100 5 11 125 100
Binary 11110001 1101100 1010110 0 110111 1000000 101 1001 1010101 1000000

Color Harmonies of #F16C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C56

Black with #F16C56

Text Example


Text Example

White with #F16C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C56; }

 p { color: rgb(241,108,86); }

 H1.HeaderClassName
 {
   color: #F16C56;
 }
 .AnyTagClassName
 {
   color: #F16C56;
 }
</style>

background-color css

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

 a { background-color: rgb(241,108,86); }

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

border-color css

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

 span { border-color: rgb(241,108,86); }

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