#FF8240

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

Shades of Coral #FF8240

Tints of Coral #FF8240

Color information

#FF8240 (or 0xFF8240) is unknown color: approx Coral. HEX triplet: FF, 82 and 40. RGB value is (255,130,64). Sum of RGB (Red+Green+Blue) = 255+130+64=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8240 is #007DBF. Grayscale: #A0A0A0. Windows color (decimal): -32192 or 4227839. OLE color: 4227839.

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

Color convert

RGB25513064-
CMYK00.490.750
HSL20.73º100%62.55%-
HSV(B)20.73º74.9%100%-
XYZ50.1537.69.46-
YUV159.8573.91195.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.79%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 64 (25.39% from 255) = 14.25%
R=56.79%
G=28.95%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551306400.490.75020.7310062.55
HexFF82400314B015643f
Octal37720210006111302514477
Binary11111111100000101000000011000110010110101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8240; }

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

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

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

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

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

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

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

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