#FF8950

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

Shades of Coral #FF8950

Tints of Coral #FF8950

Color information

#FF8950 (or 0xFF8950) is unknown color: approx Coral. HEX triplet: FF, 89 and 50. RGB value is (255,137,80). Sum of RGB (Red+Green+Blue) = 255+137+80=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8950 is #0076AF. Grayscale: #A6A6A6. Windows color (decimal): -30384 or 5278207. OLE color: 5278207.

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

Color convert

RGB25513780-
CMYK00.460.690
HSL19.54º100%65.69%-
HSV(B)19.54º68.63%100%-
XYZ51.6339.7312.54-
YUV165.7879.59191.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.03%
GREEN value IS 137 (53.91% from 255) = 29.03%
BLUE value IS 80 (31.64% from 255) = 16.95%
R=54.03%
G=29.03%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551378000.460.69019.5410065.69
HexFF895002E450146442
Octal377211120056105024144102
Binary111111111000100110100000101110100010101010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8950; }

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

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

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

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

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

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

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

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