Html Css Color HEX #F16D4A Burnt Sienna

📋 copy color: '#F16D4A'

red 241 ◦ green 109 ◦ blue 74

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

Shades of Burnt Sienna #F16D4A

Tints of Burnt Sienna #F16D4A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.71%

 BLUE value IS 74 (29.3% from 255) = 17.45%

R = 56.84%
G = 25.71%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F16D4A (or 0xF16D4A) is known color: Burnt Sienna. HEX triplet: F1, 6D and 4A. RGB value is (241,109,74). Sum of RGB (Red+Green+Blue) = 241+109+74=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16D4A is #0E92B5. Grayscale: #909090. Windows color (decimal): -955062 or 4877809. OLE color: 4877809.

HSL color Cylindrical-coordinate representation of color #F16D4A: hue angle of 12.57º 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 #F16D4A is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 109 74 -
CMYK 0 0.55 0.69 0.05
HSL 12.57º 0.86% 0.62% -
HSV(B) 12.57º 0.69% 0.95% -
XYZ 42.98 30.13 10.03 -
YUV 144.48 88.23 196.85 -
System Red Green Blue C M Y K H S L
Decimal 241 109 74 0 0.55 0.69 0.05 12.57 0.86 0.62
Hex F1 6D 4A 0 37 45 5 D 56 3E
Octal 361 155 112 0 67 105 5 15 126 76
Binary 11110001 1101101 1001010 0 110111 1000101 101 1101 1010110 111110

Color Harmonies of #F16D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16D4A

Black with #F16D4A

Text Example


Text Example

White with #F16D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16D4A; }

 p { color: rgb(241,109,74); }

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

background-color css

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

 a { background-color: rgb(241,109,74); }

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

border-color css

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

 span { border-color: rgb(241,109,74); }

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