Html Css Color HEX #F16A48 Burnt Sienna

📋 copy color: '#F16A48'

red 241 ◦ green 106 ◦ blue 72

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

Shades of Burnt Sienna #F16A48

Tints of Burnt Sienna #F16A48

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.3%

 BLUE value IS 72 (28.52% from 255) = 17.18%

R = 57.52%
G = 25.3%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F16A48 (or 0xF16A48) is known color: Burnt Sienna. HEX triplet: F1, 6A and 48. RGB value is (241,106,72). Sum of RGB (Red+Green+Blue) = 241+106+72=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16A48 is #0E95B7. Grayscale: #8E8E8E. Windows color (decimal): -955832 or 4745969. OLE color: 4745969.

HSL color Cylindrical-coordinate representation of color #F16A48: hue angle of 12.07º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F16A48 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 106 72 -
CMYK 0 0.56 0.70 0.05
HSL 12.07º 0.86% 0.61% -
HSV(B) 12.07º 0.7% 0.95% -
XYZ 42.6 29.48 9.58 -
YUV 142.49 88.23 198.26 -
System Red Green Blue C M Y K H S L
Decimal 241 106 72 0 0.56 0.70 0.05 12.07 0.86 0.61
Hex F1 6A 48 0 38 46 5 C 56 3D
Octal 361 152 110 0 70 106 5 14 126 75
Binary 11110001 1101010 1001000 0 111000 1000110 101 1100 1010110 111101

Color Harmonies of #F16A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16A48

Black with #F16A48

Text Example


Text Example

White with #F16A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16A48; }

 p { color: rgb(241,106,72); }

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

background-color css

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

 a { background-color: rgb(241,106,72); }

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

border-color css

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

 span { border-color: rgb(241,106,72); }

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