#FF8349

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

Shades of Coral #FF8349

Tints of Coral #FF8349

Color information

#FF8349 (or 0xFF8349) is unknown color: approx Coral. HEX triplet: FF, 83 and 49. RGB value is (255,131,73). Sum of RGB (Red+Green+Blue) = 255+131+73=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8349 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8349 is #007CB6. Grayscale: #A1A1A1. Windows color (decimal): -31927 or 4817919. OLE color: 4817919.

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

Color convert

RGB25513173-
CMYK00.490.710
HSL19.12º100%64.31%-
HSV(B)19.12º71.37%100%-
XYZ50.5637.9710.97-
YUV161.4678.08194.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.56%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 73 (28.91% from 255) = 15.90%
R=55.56%
G=28.54%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551317300.490.71019.1210064.31
HexFF8349031470136440
Octal377203111061107023144100
Binary111111111000001110010010110001100011101001111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8349; }

 p { color: rgb(255,131,73); }

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

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

 a { background-color: rgb(255,131,73); }

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

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

 span { border-color: rgb(255,131,73); }

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