Html Css Color HEX #F86350 Tomato

📋 copy color: '#F86350'

red 248 ◦ green 99 ◦ blue 80

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

Shades of Tomato #F86350

Tints of Tomato #F86350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.19%

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

R = 58.08%
G = 23.19%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F86350 (or 0xF86350) is known color: Tomato. HEX triplet: F8, 63 and 50. RGB value is (248,99,80). Sum of RGB (Red+Green+Blue) = 248+99+80=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F86350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86350 is #079CAF. Grayscale: #8D8D8D. Windows color (decimal): -498864 or 5268472. OLE color: 5268472.

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

Color convert

RGB 248 99 80 -
CMYK 0 0.60 0.68 0.03
HSL 6.79º 0.92% 0.64% -
HSV(B) 6.79º 0.68% 0.97% -
XYZ 44.62 29.46 10.92 -
YUV 141.39 93.36 204.04 -
System Red Green Blue C M Y K H S L
Decimal 248 99 80 0 0.60 0.68 0.03 6.79 0.92 0.64
Hex F8 63 50 0 3C 44 3 7 5C 40
Octal 370 143 120 0 74 104 3 7 134 100
Binary 11111000 1100011 1010000 0 111100 1000100 11 111 1011100 1000000

Color Harmonies of #F86350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86350

Black with #F86350

Text Example


Text Example

White with #F86350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86350; }

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

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

background-color css

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

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

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

border-color css

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

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

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