Html Css Color HEX #F16C42 Burnt Sienna

📋 copy color: '#F16C42'

red 241 ◦ green 108 ◦ blue 66

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

Shades of Burnt Sienna #F16C42

Tints of Burnt Sienna #F16C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.9%

R = 58.07%
G = 26.02%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F16C42 (or 0xF16C42) is known color: Burnt Sienna. HEX triplet: F1, 6C and 42. RGB value is (241,108,66). Sum of RGB (Red+Green+Blue) = 241+108+66=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16C42 is #0E93BD. Grayscale: #8F8F8F. Windows color (decimal): -955326 or 4353265. OLE color: 4353265.

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

Color convert

RGB 241 108 66 -
CMYK 0 0.55 0.73 0.05
HSL 14.4º 0.86% 0.6% -
HSV(B) 14.4º 0.73% 0.95% -
XYZ 42.62 29.82 8.66 -
YUV 142.98 84.56 197.92 -
System Red Green Blue C M Y K H S L
Decimal 241 108 66 0 0.55 0.73 0.05 14.4 0.86 0.6
Hex F1 6C 42 0 37 49 5 E 56 3C
Octal 361 154 102 0 67 111 5 16 126 74
Binary 11110001 1101100 1000010 0 110111 1001001 101 1110 1010110 111100

Color Harmonies of #F16C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C42

Black with #F16C42

Text Example


Text Example

White with #F16C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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