Html Css Color HEX #F85E4C Tomato

📋 copy color: '#F85E4C'

red 248 ◦ green 94 ◦ blue 76

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

Shades of Tomato #F85E4C

Tints of Tomato #F85E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.18%

R = 59.33%
G = 22.49%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F85E4C (or 0xF85E4C) is known color: Tomato. HEX triplet: F8, 5E and 4C. RGB value is (248,94,76). Sum of RGB (Red+Green+Blue) = 248+94+76=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85E4C is #07A1B3. Grayscale: #8A8A8A. Windows color (decimal): -500148 or 5005048. OLE color: 5005048.

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

Color convert

RGB 248 94 76 -
CMYK 0 0.62 0.69 0.03
HSL 6.28º 0.92% 0.64% -
HSV(B) 6.28º 0.69% 0.97% -
XYZ 44.02 28.48 10.02 -
YUV 137.99 93.02 206.46 -
System Red Green Blue C M Y K H S L
Decimal 248 94 76 0 0.62 0.69 0.03 6.28 0.92 0.64
Hex F8 5E 4C 0 3E 45 3 6 5C 40
Octal 370 136 114 0 76 105 3 6 134 100
Binary 11111000 1011110 1001100 0 111110 1000101 11 110 1011100 1000000

Color Harmonies of #F85E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85E4C

Black with #F85E4C

Text Example


Text Example

White with #F85E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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