#FF8446

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

Shades of Coral #FF8446

Tints of Coral #FF8446

Color information

#FF8446 (or 0xFF8446) is unknown color: approx Coral. HEX triplet: FF, 84 and 46. RGB value is (255,132,70). Sum of RGB (Red+Green+Blue) = 255+132+70=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8446 is #007BB9. Grayscale: #A2A2A2. Windows color (decimal): -31674 or 4621567. OLE color: 4621567.

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

Color convert

RGB25513270-
CMYK00.480.730
HSL20.11º100%63.73%-
HSV(B)20.11º72.55%100%-
XYZ50.638.210.5-
YUV161.7176.25194.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.80%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 70 (27.73% from 255) = 15.32%
R=55.80%
G=28.88%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551327000.480.73020.1110063.73
HexFF8446030490146440
Octal377204106060111024144100
Binary111111111000010010001100110000100100101010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8446; }

 p { color: rgb(255,132,70); }

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

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

 a { background-color: rgb(255,132,70); }

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

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

 span { border-color: rgb(255,132,70); }

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