#F87850

Color #F87850 Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral #F87850

Tints of Coral #F87850

Color information

#F87850 (or 0xF87850) is unknown color: approx Coral. HEX triplet: F8, 78 and 50. RGB value is (248,120,80). Sum of RGB (Red+Green+Blue) = 248+120+80=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F87850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87850 is #0787AF. Grayscale: #9A9A9A. Windows color (decimal): -493488 or 5273848. OLE color: 5273848.

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

Color convert

RGB24812080-
CMYK00.520.680.03
HSL14.29º92.31%64.31%-
HSV(B)14.29º67.74%97.25%-
XYZ46.8833.9711.68-
YUV153.7186.41195.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.36%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 80 (31.64% from 255) = 17.86%
R=55.36%
G=26.79%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481208000.520.680.0314.2992.3164.31
HexF87850034443e5c40
Octal370170120064104316134100
Binary11111000111100010100000110100100010011111010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87850; }

 p { color: rgb(248,120,80); }

 H1.HeaderClassName
 {
   color: #F87850;
 }
 .AnyTagClassName
 {
   color: #F87850;
 }
</style>
background-color css

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

 a { background-color: rgb(248,120,80); }

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

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

 span { border-color: rgb(248,120,80); }

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