#F87A50

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

Shades of Coral #F87A50

Tints of Coral #F87A50

Color information

#F87A50 (or 0xF87A50) is unknown color: approx Coral. HEX triplet: F8, 7A and 50. RGB value is (248,122,80). Sum of RGB (Red+Green+Blue) = 248+122+80=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87A50 is #0785AF. Grayscale: #9B9B9B. Windows color (decimal): -492976 or 5274360. OLE color: 5274360.

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

Color convert

RGB24812280-
CMYK00.510.680.03
HSL15º92.31%64.31%-
HSV(B)15º67.74%97.25%-
XYZ47.1234.4511.76-
YUV154.8985.74194.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.11%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 80 (31.64% from 255) = 17.78%
R=55.11%
G=27.11%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481228000.510.680.031592.3164.31
HexF87A50033443f5c40
Octal370172120063104317134100
Binary11111000111101010100000110011100010011111110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87A50; }

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

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

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

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

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

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

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

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