#F78050

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

Shades of Coral #F78050

Tints of Coral #F78050

Color information

#F78050 (or 0xF78050) is unknown color: approx Coral. HEX triplet: F7, 80 and 50. RGB value is (247,128,80). Sum of RGB (Red+Green+Blue) = 247+128+80=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F78050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78050 is #087FAF. Grayscale: #9E9E9E. Windows color (decimal): -556976 or 5275895. OLE color: 5275895.

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

Color convert

RGB24712880-
CMYK00.480.680.03
HSL17.25º91.26%64.12%-
HSV(B)17.25º67.61%96.86%-
XYZ47.5235.7911.99-
YUV158.1183.92191.4-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.29%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 80 (31.64% from 255) = 17.58%
R=54.29%
G=28.13%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471288000.480.680.0317.2591.2664.12
HexF78050030443115b40
Octal367200120060104321133100
Binary1111011110000000101000001100001000100111000110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78050; }

 p { color: rgb(247,128,80); }

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

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

 a { background-color: rgb(247,128,80); }

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

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

 span { border-color: rgb(247,128,80); }

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