Html Css Color HEX #F85A44 Tomato

📋 copy color: '#F85A44'

red 248 ◦ green 90 ◦ blue 68

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

Shades of Tomato #F85A44

Tints of Tomato #F85A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.75%

R = 61.08%
G = 22.17%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F85A44 (or 0xF85A44) is known color: Tomato. HEX triplet: F8, 5A and 44. RGB value is (248,90,68). Sum of RGB (Red+Green+Blue) = 248+90+68=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A44 is #07A5BB. Grayscale: #868686. Windows color (decimal): -501180 or 4479736. OLE color: 4479736.

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

Color convert

RGB 248 90 68 -
CMYK 0 0.64 0.73 0.03
HSL 7.33º 0.93% 0.62% -
HSV(B) 7.33º 0.73% 0.97% -
XYZ 43.41 27.69 8.52 -
YUV 134.73 90.35 208.79 -
System Red Green Blue C M Y K H S L
Decimal 248 90 68 0 0.64 0.73 0.03 7.33 0.93 0.62
Hex F8 5A 44 0 40 49 3 7 5D 3E
Octal 370 132 104 0 100 111 3 7 135 76
Binary 11111000 1011010 1000100 0 1000000 1001001 11 111 1011101 111110

Color Harmonies of #F85A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A44

Black with #F85A44

Text Example


Text Example

White with #F85A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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