Html Css Color HEX #F86950 Tomato

📋 copy color: '#F86950'

red 248 ◦ green 105 ◦ blue 80

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

Shades of Tomato #F86950

Tints of Tomato #F86950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.25%

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

R = 57.27%
G = 24.25%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F86950 (or 0xF86950) is known color: Tomato. HEX triplet: F8, 69 and 50. RGB value is (248,105,80). Sum of RGB (Red+Green+Blue) = 248+105+80=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F86950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86950 is #0796AF. Grayscale: #919191. Windows color (decimal): -497328 or 5270008. OLE color: 5270008.

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

Color convert

RGB 248 105 80 -
CMYK 0 0.58 0.68 0.03
HSL 8.93º 0.92% 0.64% -
HSV(B) 8.93º 0.68% 0.97% -
XYZ 45.21 30.64 11.12 -
YUV 144.91 91.38 201.53 -
System Red Green Blue C M Y K H S L
Decimal 248 105 80 0 0.58 0.68 0.03 8.93 0.92 0.64
Hex F8 69 50 0 3A 44 3 9 5C 40
Octal 370 151 120 0 72 104 3 11 134 100
Binary 11111000 1101001 1010000 0 111010 1000100 11 1001 1011100 1000000

Color Harmonies of #F86950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86950

Black with #F86950

Text Example


Text Example

White with #F86950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86950; }

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

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

background-color css

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

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

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

border-color css

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

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

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