Html Css Color HEX #F86442 Tomato

📋 copy color: '#F86442'

red 248 ◦ green 100 ◦ blue 66

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

Shades of Tomato #F86442

Tints of Tomato #F86442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.15%

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

R = 59.9%
G = 24.15%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F86442 (or 0xF86442) is known color: Tomato. HEX triplet: F8, 64 and 42. RGB value is (248,100,66). Sum of RGB (Red+Green+Blue) = 248+100+66=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F86442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86442 is #079BBD. Grayscale: #8C8C8C. Windows color (decimal): -498622 or 4351224. OLE color: 4351224.

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

Color convert

RGB 248 100 66 -
CMYK 0 0.60 0.73 0.03
HSL 11.21º 0.93% 0.62% -
HSV(B) 11.21º 0.73% 0.97% -
XYZ 44.25 29.46 8.51 -
YUV 140.38 86.03 204.76 -
System Red Green Blue C M Y K H S L
Decimal 248 100 66 0 0.60 0.73 0.03 11.21 0.93 0.62
Hex F8 64 42 0 3C 49 3 B 5D 3E
Octal 370 144 102 0 74 111 3 13 135 76
Binary 11111000 1100100 1000010 0 111100 1001001 11 1011 1011101 111110

Color Harmonies of #F86442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86442

Black with #F86442

Text Example


Text Example

White with #F86442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86442; }

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

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

background-color css

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

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

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

border-color css

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

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

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