Html Css Color HEX #F85A45 Tomato

📋 copy color: '#F85A45'

red 248 ◦ green 90 ◦ blue 69

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

Shades of Tomato #F85A45

Tints of Tomato #F85A45

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.11%

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

R = 60.93%
G = 22.11%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F85A45 (or 0xF85A45) is known color: Tomato. HEX triplet: F8, 5A and 45. RGB value is (248,90,69). Sum of RGB (Red+Green+Blue) = 248+90+69=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A45 is #07A5BA. Grayscale: #878787. Windows color (decimal): -501179 or 4545272. OLE color: 4545272.

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

Color convert

RGB 248 90 69 -
CMYK 0 0.64 0.72 0.03
HSL 7.04º 0.93% 0.62% -
HSV(B) 7.04º 0.72% 0.97% -
XYZ 43.44 27.7 8.69 -
YUV 134.85 90.85 208.71 -
System Red Green Blue C M Y K H S L
Decimal 248 90 69 0 0.64 0.72 0.03 7.04 0.93 0.62
Hex F8 5A 45 0 40 48 3 7 5D 3E
Octal 370 132 105 0 100 110 3 7 135 76
Binary 11111000 1011010 1000101 0 1000000 1001000 11 111 1011101 111110

Color Harmonies of #F85A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A45

Black with #F85A45

Text Example


Text Example

White with #F85A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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