Html Css Color HEX #F86C42 Tomato

📋 copy color: '#F86C42'

red 248 ◦ green 108 ◦ blue 66

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

Shades of Tomato #F86C42

Tints of Tomato #F86C42

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.59%

 BLUE value IS 66 (26.17% from 255) = 15.64%

R = 58.77%
G = 25.59%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F86C42 (or 0xF86C42) is known color: Tomato. HEX triplet: F8, 6C and 42. RGB value is (248,108,66). Sum of RGB (Red+Green+Blue) = 248+108+66=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86C42 is #0793BD. Grayscale: #919191. Windows color (decimal): -496574 or 4353272. OLE color: 4353272.

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

Color convert

RGB 248 108 66 -
CMYK 0 0.56 0.73 0.03
HSL 13.85º 0.93% 0.62% -
HSV(B) 13.85º 0.73% 0.97% -
XYZ 45.06 31.07 8.78 -
YUV 145.07 83.38 201.42 -
System Red Green Blue C M Y K H S L
Decimal 248 108 66 0 0.56 0.73 0.03 13.85 0.93 0.62
Hex F8 6C 42 0 38 49 3 E 5D 3E
Octal 370 154 102 0 70 111 3 16 135 76
Binary 11111000 1101100 1000010 0 111000 1001001 11 1110 1011101 111110

Color Harmonies of #F86C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86C42

Black with #F86C42

Text Example


Text Example

White with #F86C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86C42; }

 p { color: rgb(248,108,66); }

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

background-color css

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

 a { background-color: rgb(248,108,66); }

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

border-color css

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

 span { border-color: rgb(248,108,66); }

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