Html Css Color HEX #F86B50 Tomato

📋 copy color: '#F86B50'

red 248 ◦ green 107 ◦ blue 80

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

Shades of Tomato #F86B50

Tints of Tomato #F86B50

RGB

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

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

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

R = 57.01%
G = 24.6%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F86B50 (or 0xF86B50) is known color: Tomato. HEX triplet: F8, 6B and 50. RGB value is (248,107,80). Sum of RGB (Red+Green+Blue) = 248+107+80=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86B50 is #0794AF. Grayscale: #929292. Windows color (decimal): -496816 or 5270520. OLE color: 5270520.

HSL color Cylindrical-coordinate representation of color #F86B50: hue angle of 9.64º 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 #F86B50 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 107 80 -
CMYK 0 0.57 0.68 0.03
HSL 9.64º 0.92% 0.64% -
HSV(B) 9.64º 0.68% 0.97% -
XYZ 45.42 31.05 11.19 -
YUV 146.08 90.71 200.7 -
System Red Green Blue C M Y K H S L
Decimal 248 107 80 0 0.57 0.68 0.03 9.64 0.92 0.64
Hex F8 6B 50 0 39 44 3 A 5C 40
Octal 370 153 120 0 71 104 3 12 134 100
Binary 11111000 1101011 1010000 0 111001 1000100 11 1010 1011100 1000000

Color Harmonies of #F86B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86B50

Black with #F86B50

Text Example


Text Example

White with #F86B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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