Html Css Color HEX #F85E45 Tomato

📋 copy color: '#F85E45'

red 248 ◦ green 94 ◦ blue 69

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

Shades of Tomato #F85E45

Tints of Tomato #F85E45

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.87%

 BLUE value IS 69 (27.34% from 255) = 16.79%

R = 60.34%
G = 22.87%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F85E45 (or 0xF85E45) is known color: Tomato. HEX triplet: F8, 5E and 45. RGB value is (248,94,69). Sum of RGB (Red+Green+Blue) = 248+94+69=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85E45 is #07A1BA. Grayscale: #898989. Windows color (decimal): -500155 or 4546296. OLE color: 4546296.

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

Color convert

RGB 248 94 69 -
CMYK 0 0.62 0.72 0.03
HSL 8.38º 0.93% 0.62% -
HSV(B) 8.38º 0.72% 0.97% -
XYZ 43.79 28.39 8.8 -
YUV 137.2 89.52 207.03 -
System Red Green Blue C M Y K H S L
Decimal 248 94 69 0 0.62 0.72 0.03 8.38 0.93 0.62
Hex F8 5E 45 0 3E 48 3 8 5D 3E
Octal 370 136 105 0 76 110 3 10 135 76
Binary 11111000 1011110 1000101 0 111110 1001000 11 1000 1011101 111110

Color Harmonies of #F85E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85E45

Black with #F85E45

Text Example


Text Example

White with #F85E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85E45; }

 p { color: rgb(248,94,69); }

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

background-color css

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

 a { background-color: rgb(248,94,69); }

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

border-color css

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

 span { border-color: rgb(248,94,69); }

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