#FF8949

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

Shades of Coral #FF8949

Tints of Coral #FF8949

Color information

#FF8949 (or 0xFF8949) is unknown color: approx Coral. HEX triplet: FF, 89 and 49. RGB value is (255,137,73). Sum of RGB (Red+Green+Blue) = 255+137+73=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8949 is #0076B6. Grayscale: #A5A5A5. Windows color (decimal): -30391 or 4819455. OLE color: 4819455.

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

Color convert

RGB25513773-
CMYK00.460.710
HSL21.1º100%64.31%-
HSV(B)21.1º71.37%100%-
XYZ51.3939.6311.24-
YUV164.9976.09192.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.84%
GREEN value IS 137 (53.91% from 255) = 29.46%
BLUE value IS 73 (28.91% from 255) = 15.70%
R=54.84%
G=29.46%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551377300.460.71021.110064.31
HexFF894902E470156440
Octal377211111056107025144100
Binary111111111000100110010010101110100011101010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8949; }

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

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

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

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

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

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

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

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