Html Css Color HEX #F85C46 Tomato

📋 copy color: '#F85C46'

red 248 ◦ green 92 ◦ blue 70

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

Shades of Tomato #F85C46

Tints of Tomato #F85C46

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.44%

 BLUE value IS 70 (27.73% from 255) = 17.07%

R = 60.49%
G = 22.44%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F85C46 (or 0xF85C46) is known color: Tomato. HEX triplet: F8, 5C and 46. RGB value is (248,92,70). Sum of RGB (Red+Green+Blue) = 248+92+70=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85C46 is #07A3B9. Grayscale: #888888. Windows color (decimal): -500666 or 4611320. OLE color: 4611320.

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

Color convert

RGB 248 92 70 -
CMYK 0 0.63 0.72 0.03
HSL 7.42º 0.93% 0.62% -
HSV(B) 7.42º 0.72% 0.97% -
XYZ 43.64 28.05 8.91 -
YUV 136.14 90.68 207.79 -
System Red Green Blue C M Y K H S L
Decimal 248 92 70 0 0.63 0.72 0.03 7.42 0.93 0.62
Hex F8 5C 46 0 3F 48 3 7 5D 3E
Octal 370 134 106 0 77 110 3 7 135 76
Binary 11111000 1011100 1000110 0 111111 1001000 11 111 1011101 111110

Color Harmonies of #F85C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C46

Black with #F85C46

Text Example


Text Example

White with #F85C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C46; }

 p { color: rgb(248,92,70); }

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

background-color css

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

 a { background-color: rgb(248,92,70); }

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

border-color css

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

 span { border-color: rgb(248,92,70); }

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