Html Css Color HEX #F86B40 Tomato

📋 copy color: '#F86B40'

red 248 ◦ green 107 ◦ blue 64

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

Shades of Tomato #F86B40

Tints of Tomato #F86B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.27%

R = 59.19%
G = 25.54%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F86B40 (or 0xF86B40) is known color: Tomato. HEX triplet: F8, 6B and 40. RGB value is (248,107,64). Sum of RGB (Red+Green+Blue) = 248+107+64=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86B40 is #0794BF. Grayscale: #909090. Windows color (decimal): -496832 or 4221944. OLE color: 4221944.

HSL color Cylindrical-coordinate representation of color #F86B40: hue angle of 14.02º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F86B40 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 107 64 -
CMYK 0 0.57 0.74 0.03
HSL 14.02º 0.93% 0.61% -
HSV(B) 14.02º 0.74% 0.97% -
XYZ 44.89 30.84 8.44 -
YUV 144.26 82.71 202 -
System Red Green Blue C M Y K H S L
Decimal 248 107 64 0 0.57 0.74 0.03 14.02 0.93 0.61
Hex F8 6B 40 0 39 4A 3 E 5D 3D
Octal 370 153 100 0 71 112 3 16 135 75
Binary 11111000 1101011 1000000 0 111001 1001010 11 1110 1011101 111101

Color Harmonies of #F86B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86B40

Black with #F86B40

Text Example


Text Example

White with #F86B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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