Html Css Color HEX #F16850 Burnt Sienna

📋 copy color: '#F16850'

red 241 ◦ green 104 ◦ blue 80

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

Shades of Burnt Sienna #F16850

Tints of Burnt Sienna #F16850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.47%

 BLUE value IS 80 (31.64% from 255) = 18.82%

R = 56.71%
G = 24.47%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F16850 (or 0xF16850) is known color: Burnt Sienna. HEX triplet: F1, 68 and 50. RGB value is (241,104,80). Sum of RGB (Red+Green+Blue) = 241+104+80=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F16850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16850 is #0E97AF. Grayscale: #8E8E8E. Windows color (decimal): -956336 or 5269745. OLE color: 5269745.

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

Color convert

RGB 241 104 80 -
CMYK 0 0.57 0.67 0.05
HSL 8.94º 0.85% 0.63% -
HSV(B) 8.94º 0.67% 0.95% -
XYZ 42.67 29.18 10.97 -
YUV 142.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 241 104 80 0 0.57 0.67 0.05 8.94 0.85 0.63
Hex F1 68 50 0 39 43 5 9 55 3F
Octal 361 150 120 0 71 103 5 11 125 77
Binary 11110001 1101000 1010000 0 111001 1000011 101 1001 1010101 111111

Color Harmonies of #F16850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16850

Black with #F16850

Text Example


Text Example

White with #F16850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16850; }

 p { color: rgb(241,104,80); }

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

background-color css

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

 a { background-color: rgb(241,104,80); }

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

border-color css

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

 span { border-color: rgb(241,104,80); }

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