#FF8246

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

Shades of Coral #FF8246

Tints of Coral #FF8246

Color information

#FF8246 (or 0xFF8246) is unknown color: approx Coral. HEX triplet: FF, 82 and 46. RGB value is (255,130,70). Sum of RGB (Red+Green+Blue) = 255+130+70=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8246 is #007DB9. Grayscale: #A0A0A0. Windows color (decimal): -32186 or 4621055. OLE color: 4621055.

HSL color Cylindrical-coordinate representation of color #FF8246: hue angle of 19.46º 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 #FF8246 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB25513070-
CMYK00.490.730
HSL19.46º100%63.73%-
HSV(B)19.46º72.55%100%-
XYZ50.3337.6710.41-
YUV160.5476.91195.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 70 (27.73% from 255) = 15.38%
R=56.04%
G=28.57%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551307000.490.73019.4610063.73
HexFF8246031490136440
Octal377202106061111023144100
Binary111111111000001010001100110001100100101001111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8246; }

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

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

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

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

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

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

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

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