Html Css Color HEX #F85C4D Tomato

📋 copy color: '#F85C4D'

red 248 ◦ green 92 ◦ blue 77

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

Shades of Tomato #F85C4D

Tints of Tomato #F85C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.47%

R = 59.47%
G = 22.06%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F85C4D (or 0xF85C4D) is known color: Tomato. HEX triplet: F8, 5C and 4D. RGB value is (248,92,77). Sum of RGB (Red+Green+Blue) = 248+92+77=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85C4D is #07A3B2. Grayscale: #898989. Windows color (decimal): -500659 or 5070072. OLE color: 5070072.

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

Color convert

RGB 248 92 77 -
CMYK 0 0.63 0.69 0.03
HSL 5.26º 0.92% 0.64% -
HSV(B) 5.26º 0.69% 0.97% -
XYZ 43.88 28.15 10.14 -
YUV 136.93 94.18 207.22 -
System Red Green Blue C M Y K H S L
Decimal 248 92 77 0 0.63 0.69 0.03 5.26 0.92 0.64
Hex F8 5C 4D 0 3F 45 3 5 5C 40
Octal 370 134 115 0 77 105 3 5 134 100
Binary 11111000 1011100 1001101 0 111111 1000101 11 101 1011100 1000000

Color Harmonies of #F85C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C4D

Black with #F85C4D

Text Example


Text Example

White with #F85C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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