#F67C56

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

Shades of Coral #F67C56

Tints of Coral #F67C56

Color information

#F67C56 (or 0xF67C56) is unknown color: approx Coral. HEX triplet: F6, 7C and 56. RGB value is (246,124,86). Sum of RGB (Red+Green+Blue) = 246+124+86=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C56 is #0983A9. Grayscale: #9C9C9C. Windows color (decimal): -623530 or 5668086. OLE color: 5668086.

HSL color Cylindrical-coordinate representation of color #F67C56: hue angle of 14.25º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F67C56 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24612486-
CMYK00.500.650.04
HSL14.25º89.89%65.1%-
HSV(B)14.25º65.04%96.47%-
XYZ46.8934.6813.03-
YUV156.1588.42192.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.95%
GREEN value IS 124 (48.83% from 255) = 27.19%
BLUE value IS 86 (33.98% from 255) = 18.86%
R=53.95%
G=27.19%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461248600.500.650.0414.2589.8965.1
HexF67C56032414e5a41
Octal366174126062101416132101
Binary111101101111100101011001100101000001100111010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67C56; }

 p { color: rgb(246,124,86); }

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

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

 a { background-color: rgb(246,124,86); }

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

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

 span { border-color: rgb(246,124,86); }

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