#FF8242

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

Shades of Coral #FF8242

Tints of Coral #FF8242

Color information

#FF8242 (or 0xFF8242) is unknown color: approx Coral. HEX triplet: FF, 82 and 42. RGB value is (255,130,66). Sum of RGB (Red+Green+Blue) = 255+130+66=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8242 is #007DBD. Grayscale: #A0A0A0. Windows color (decimal): -32190 or 4358911. OLE color: 4358911.

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

Color convert

RGB25513066-
CMYK00.490.740
HSL20.32º100%62.94%-
HSV(B)20.32º74.12%100%-
XYZ50.2137.629.77-
YUV160.0874.91195.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.54%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 66 (26.17% from 255) = 14.63%
R=56.54%
G=28.82%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551306600.490.74020.3210062.94
HexFF82420314A014643f
Octal37720210206111202414477
Binary11111111100000101000010011000110010100101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8242; }

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

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

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

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

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

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

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

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