#FF8146

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

Shades of Coral #FF8146

Tints of Coral #FF8146

Color information

#FF8146 (or 0xFF8146) is unknown color: approx Coral. HEX triplet: FF, 81 and 46. RGB value is (255,129,70). Sum of RGB (Red+Green+Blue) = 255+129+70=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8146 is #007EB9. Grayscale: #A0A0A0. Windows color (decimal): -32442 or 4620799. OLE color: 4620799.

HSL color Cylindrical-coordinate representation of color #FF8146: hue angle of 19.14º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF8146 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB25512970-
CMYK00.490.730
HSL19.14º100%63.73%-
HSV(B)19.14º72.55%100%-
XYZ50.237.410.37-
YUV159.9577.24195.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.17%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 70 (27.73% from 255) = 15.42%
R=56.17%
G=28.41%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551297000.490.73019.1410063.73
HexFF8146031490136440
Octal377201106061111023144100
Binary111111111000000110001100110001100100101001111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8146; }

 p { color: rgb(255,129,70); }

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

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

 a { background-color: rgb(255,129,70); }

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

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

 span { border-color: rgb(255,129,70); }

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