Html Css Color HEX #F16B50 Burnt Sienna

📋 copy color: '#F16B50'

red 241 ◦ green 107 ◦ blue 80

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

Shades of Burnt Sienna #F16B50

Tints of Burnt Sienna #F16B50

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25%

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

R = 56.31%
G = 25%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F16B50 (or 0xF16B50) is known color: Burnt Sienna. HEX triplet: F1, 6B and 50. RGB value is (241,107,80). Sum of RGB (Red+Green+Blue) = 241+107+80=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B50 is #0E94AF. Grayscale: #909090. Windows color (decimal): -955568 or 5270513. OLE color: 5270513.

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

Color convert

RGB 241 107 80 -
CMYK 0 0.56 0.67 0.05
HSL 10.06º 0.85% 0.63% -
HSV(B) 10.06º 0.67% 0.95% -
XYZ 42.98 29.8 11.08 -
YUV 143.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 241 107 80 0 0.56 0.67 0.05 10.06 0.85 0.63
Hex F1 6B 50 0 38 43 5 A 55 3F
Octal 361 153 120 0 70 103 5 12 125 77
Binary 11110001 1101011 1010000 0 111000 1000011 101 1010 1010101 111111

Color Harmonies of #F16B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B50

Black with #F16B50

Text Example


Text Example

White with #F16B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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