#F67D5A

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

Shades of Coral #F67D5A

Tints of Coral #F67D5A

Color information

#F67D5A (or 0xF67D5A) is unknown color: approx Coral. HEX triplet: F6, 7D and 5A. RGB value is (246,125,90). Sum of RGB (Red+Green+Blue) = 246+125+90=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67D5A is #0982A5. Grayscale: #9D9D9D. Windows color (decimal): -623270 or 5930486. OLE color: 5930486.

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

Color convert

RGB24612590-
CMYK00.490.630.04
HSL13.46º89.66%65.88%-
HSV(B)13.46º63.41%96.47%-
XYZ47.193513.94-
YUV157.1990.09191.35-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.36%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 90 (35.55% from 255) = 19.52%
R=53.36%
G=27.11%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461259000.490.630.0413.4689.6665.88
HexF67D5A0313F4d5a42
Octal36617513206177415132102
Binary11110110111110110110100110001111111100110110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67D5A; }

 p { color: rgb(246,125,90); }

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

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

 a { background-color: rgb(246,125,90); }

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

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

 span { border-color: rgb(246,125,90); }

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