Html Css Color HEX #F86F50 Burnt Sienna

📋 copy color: '#F86F50'

red 248 ◦ green 111 ◦ blue 80

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

Shades of Burnt Sienna #F86F50

Tints of Burnt Sienna #F86F50

RGB

 RED value IS 248 (97.27% from 255) = 56.49%

 GREEN value IS 111 (43.75% from 255) = 25.28%

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

R = 56.49%
G = 25.28%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F86F50 (or 0xF86F50) is known color: Burnt Sienna. HEX triplet: F8, 6F and 50. RGB value is (248,111,80). Sum of RGB (Red+Green+Blue) = 248+111+80=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F50 is #0790AF. Grayscale: #949494. Windows color (decimal): -495792 or 5271544. OLE color: 5271544.

HSL color Cylindrical-coordinate representation of color #F86F50: hue angle of 11.07º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F86F50 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 111 80 -
CMYK 0 0.55 0.68 0.03
HSL 11.07º 0.92% 0.64% -
HSV(B) 11.07º 0.68% 0.97% -
XYZ 45.84 31.9 11.33 -
YUV 148.43 89.39 199.02 -
System Red Green Blue C M Y K H S L
Decimal 248 111 80 0 0.55 0.68 0.03 11.07 0.92 0.64
Hex F8 6F 50 0 37 44 3 B 5C 40
Octal 370 157 120 0 67 104 3 13 134 100
Binary 11111000 1101111 1010000 0 110111 1000100 11 1011 1011100 1000000

Color Harmonies of #F86F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F50

Black with #F86F50

Text Example


Text Example

White with #F86F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F50; }

 p { color: rgb(248,111,80); }

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

background-color css

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

 a { background-color: rgb(248,111,80); }

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

border-color css

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

 span { border-color: rgb(248,111,80); }

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