Html Css Color HEX #F85E4B Tomato

📋 copy color: '#F85E4B'

red 248 ◦ green 94 ◦ blue 75

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

Shades of Tomato #F85E4B

Tints of Tomato #F85E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.99%

R = 59.47%
G = 22.54%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F85E4B (or 0xF85E4B) is known color: Tomato. HEX triplet: F8, 5E and 4B. RGB value is (248,94,75). Sum of RGB (Red+Green+Blue) = 248+94+75=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85E4B is #07A1B4. Grayscale: #8A8A8A. Windows color (decimal): -500149 or 4939512. OLE color: 4939512.

HSL color Cylindrical-coordinate representation of color #F85E4B: hue angle of 6.59º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F85E4B is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 94 75 -
CMYK 0 0.62 0.70 0.03
HSL 6.59º 0.93% 0.63% -
HSV(B) 6.59º 0.7% 0.97% -
XYZ 43.98 28.47 9.83 -
YUV 137.88 92.52 206.54 -
System Red Green Blue C M Y K H S L
Decimal 248 94 75 0 0.62 0.70 0.03 6.59 0.93 0.63
Hex F8 5E 4B 0 3E 46 3 7 5D 3F
Octal 370 136 113 0 76 106 3 7 135 77
Binary 11111000 1011110 1001011 0 111110 1000110 11 111 1011101 111111

Color Harmonies of #F85E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85E4B

Black with #F85E4B

Text Example


Text Example

White with #F85E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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